Show HN: I solved biggest issue for the mainatiners of GitHub
Category: devtools
Tags: static-analysis, knowledge-graph, code-intelligence, developer-tools, mcp
Score: 7.5/10 (Innovation: 7, Technical: 8, Documentation: 8, Utility: 7)
N3MO is a code intelligence layer that parses source code into a queryable knowledge graph using static analysis, enabling impact analysis, call graph traversal, and AI-agent integration via MCP. Its use of deterministic AST parsing without LLMs or embeddings, combined with fast recursive CTE queries, offers a novel and practical solution for complex codebase understanding and refactoring risk assessment.
Target audience: backend devs, devops, data engineers
Repository: https://github.com/RajX-dev/N3MO · Python · NOASSERTION · 8 stars
View on Hacker News