frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Show HN: Auto Favicon MCP Server

https://github.com/dh1011/auto-favicon-mcp
12•dh1011•2h ago•1 comments

Show HN: Apple Health MCP Server

https://github.com/neiltron/apple-health-mcp
177•_neil•2d ago•35 comments

Show HN: Price Per Token – LLM API Pricing Data

https://pricepertoken.com/
307•alexellman•21h ago•122 comments

Show HN: I built a biological network visualization tool

https://nodes.bio
23•jmg421•22h ago•10 comments

Show HN: Open IT Maintenance Planner

https://maintenance-planner.vangemert.dev/
10•spmvg•2d ago•3 comments

Show HN: The Montana MiniComputer

https://mtmc.cs.montana.edu/
100•recursivedoubts•19h ago•21 comments

Show HN: Sleep Blocker MCP to prevent your Mac sleep

https://github.com/cuongnguyenta/SleepBlocker-MCP
2•cuongnt3010•6h ago•0 comments

Show HN: Nia – MCP server that gives more docs and repos to coding agents

https://www.trynia.ai/
77•jellyotsiro•1d ago•64 comments

Show HN: A macOS clock that stays visible when coding or binging in fullscreen

https://cornertime.app/en
50•muvich3n•17h ago•34 comments

Show HN: Tsbro – TypeScript for the browser, no build step

https://github.com/stagas/tsbro
35•stagas•4d ago•26 comments

Show HN: Open-source macOS CLI tool for aliasing and timing command line runs

https://github.com/urtti/homebrew-ez
4•frankbyte•9h ago•1 comments

Show HN: StackSafe, Taming Recursion in Rust Without Stack Overflow

https://fast.github.io/blog/stacksafe-taming-recursion-in-rust-without-stack-overflow/
2•tison•9h ago•0 comments

Show HN: LogMerge – View multiple log files in a merged view

https://github.com/faisal-shah/pylogmerge
3•faisalhackshah•10h ago•0 comments

Show HN: Fundatio – Free macOS App to Structure Project Folders

https://apps.apple.com/us/app/fundatio-folder-structurer/id6748969665?mt=12
2•masterpos•12h ago•0 comments

Show HN: The missing link of a bookstore's tech stack

https://bookhead.net/
93•greenie_beans•2d ago•26 comments

Show HN: A code editor that integrates into the browser

https://tachicode.dev/
42•quintu5•1d ago•8 comments

Show HN: Easy Python Time Parsing

https://github.com/felixnext/python-time-helper
21•felixnext•4d ago•2 comments

Show HN: TheProtector – Linux Bash script for the paranoid admin on a budget

https://github.com/IHATEGIVINGAUSERNAME/theProtector
162•lotussmellsbad•2d ago•35 comments

Show HN: Compass CNC – Open-source handheld CNC router

https://www.compassrouter.com
172•camchaney•1w ago•44 comments

Show HN: Tinder but it's only pictures of my wife and I can only swipe right

https://trytender.app/
991•risquer•2d ago•260 comments

Show HN: BlackMagic-JS – Automatic dark mode framework that just works

https://github.com/LucAngevare/BlackMagic-js
2•LucAngevare•15h ago•0 comments

Show HN: A word of the day that doesn't suck

80•jsomers•3d ago•33 comments

Show HN: Phind.design – Image editor & design tool powered by 4o / custom models

https://phind.design
88•rushingcreek•3d ago•22 comments

Show HN: The Magic of Code – book about the wonders and weirdness of computation

https://themagicofcode.com/sample/
109•arbesman•3d ago•29 comments

Show HN: Autark – A self-contained build system for C/C++

https://autark.dev
3•adamansky•16h ago•2 comments

Show HN: I built a CSV/XLSX editor that uses JavaScript to manipulate data (OSS)

https://www.fileglance.info
2•crossing•16h ago•0 comments

Show HN: Metaessen 2.10 – Manage resources for practical use

https://metaessen.com/
3•lilerjee•17h ago•2 comments

Show HN: Configurable parser from binary message to JSON (and viceversa)

https://gitubo.github.io/bixit/
2•maxmosca•17h ago•0 comments

Show HN: Total Premium Paid on Meme Stocks Calculator

https://wastedonmemes.com/
2•goinggetthem•18h ago•0 comments

Show HN: Self-updating MCP server for official pip, uv, poetry and conda docs

https://github.com/KemingHe/python-dependency-manager-companion-mcp-server
29•keminghe•2d ago•18 comments
Open in hackernews

Show HN: MCP server for up-to-date Zig standard library documentation

https://github.com/zig-wasm/zig-mcp
26•afirium•4d ago
Hey HN! I made this because Zig's stdlib changes so much and outdated docs are a problem. Server fetches the latest documentation directly from the ziglang.org and makes it available through the MCP, so LLM can query stdlib functions and builtins.

Link: https://github.com/zig-wasm/zig-mcp

Comments

Syzygies•21h ago
I need a version of this for Lean 4; perhaps I can adapt this code.

AI generally struggles with less popular languages, and particularly with Lean 4, which is an excellent general purpose programming language that happens to have a primary goal to be a proof assistant. This skew in the training corpus really confuses AI.

Claude Opus 4 does better. I've looked at ways to serve the Lean 4 documentation; this Zig project is a better model for me.

Nia (https://www.trynia.ai) should generalize these tools, but it appears to have a "code base" focus for now. The right approach, but too specific a "system prompt".

philipp-gayret•19h ago
Maybe https://context7.com/leanprover/lean4 is what you're looking for? I am not familiar with Lean 4 but Context7 has been working well enough for me, working in a completely different field though.

For OP: Zig is also on Context7.

afirium•19h ago
LLMs have issues with zig, namely outdated docs. Then I found @jedisct1's project, context7 MCPwhich provides a way to search through zig docs using natural language: https://github.com/jedisct1/zig-for-mcp

But context7 returns semantically processed responses that often summarize or rephrase the information instead of quoting it. And that's why there is now zig-mcp which returns documentation in markdown format for stdlib and builtin functions

Syzygies•18h ago
Thanks! Great idea, I'm not sure why it doesn't actually work better for Lean.
1899-12-30•19h ago
Are there any MCP servers that enrich the context with data from a language server and fetches relevant documentation based on the types provided from that information?
iudqnolq•19h ago
I have a gut feeling that writing this kind of MCP server can't be the future of software development. I'd expect a two year old AI model to need this kind of handholding, but I don't understand why it's still necessary.

Couldn't any modern AI model know that Zig docs are relevant to the question, figure out how to find the docs, write some code to parse it, and guess how frequently to update it's cache?

I expect there to be plenty of problems AI can't write for the foreseeable future but they have a very different vibe from this.

Edit: I just asked Claude Sonnet 4 to pretend it has a tool that makes docs available that has an update frequency parameter. It said the zig stdlib should be updated weekly but the Java stdlib would only need quarterly. Seems reasonable to me.

afirium•18h ago
That's exactly what zig-mcp does. It gives the LLM tools like search_std_lib, get_std_lib_item, and it decides when and how to use them based on context
ramesh31•18h ago
Stop thinking of models as all-knowing oracles; they aren't and shouldn't be. They are reasoning engines. You will always need to provide relevant and up to date context for them to work with as ground level truth, and the quality of your results will be a function of the density and quality of that context, just as a human developer is far more effective with access to web search and documentation.
ivanjermakov•18h ago
> outdated docs are a problem

What do you need (external) docs for? Stdlib source code is available right away.