Nomik is an AI-native code intelligence graph. It transforms your codebase into Neo4j and connects directly to AI agents via MCP.
⭐⭐ If you find NOMIK useful, please consider giving it a star on GitHub! It helps the project grow! ⭐⭐ Follow the creator on X: @willfreed01 | Website: hamzabenjeddi.com
AI-native code intelligence graph. Scan once, query everything.
NOMIK builds a persistent Knowledge Graph of your entire codebase in Neo4j, then exposes it to AI assistants via MCP (Model Context Protocol). Instead of dumping files into a prompt, the AI queries a graph to retrieve exactly the relationships it needs — functions, classes, imports, call chains, DB operations, infrastructure, and more.
# Prerequisites: Node.js 20+, Docker
npm install -g @nomik-ai/cli
cd your-project/
nomik init # Config + Neo4j Docker + .env + project setup
nomik scan . # Build the knowledge graph
nomik setup-cursor # Connect to your IDE (or: setup-windsurf, setup-cursor)
nomik watch . # (Optional) Live graph updates on save
Restart your IDE — the AI now has full graph-powered context.
Your AI assistant gets these tools automatically:
| Tool | Purpose | Example |
|---|---|---|
nm_search | Find symbols by name | "Find all auth functions" |
nm_context | Full context for a symbol | "Show everything about GraphService" |
nm_impact | Downstream impact analysis | "What breaks if I change parseFile?" |
nm_db_impact | DB table/column read/write analysis | "Who writes to users.email?" |
nm_explain | Symbol deep-dive (callers, callees, edges) | "Explain createGraphService" |
nm_health | Stats + health checks (17 node types) | "Any dead code or god files?" |
nm_path | Shortest path between two symbols | "How does scanCommand reach neo4j?" |
nm_trace | Full dependency chain | "Trace from A to B" |
nm_changes | Recently modified nodes |
Mine your Claude Code and Codex logs into a local you.md agent profile.
Local-first AI coding agent for VS Code & Cursor. Ollama, LM Studio & your inference fleet. Cursor-grade agent UX — offline, private, zero token cost.
A self-improving skill for AI coding agents (Claude Code, Cursor, AGENTS.md): recognize a hard-won golden path in a session and harvest it into a reusable skill/rule for next time.
Second brain for Forward Deployed Engineers. Engagement memory + 35 skills across 6 domains, all behind one @fde... Works with any AI coding agent.
Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.
Honey (I Shrunk the AI) by GreenPT: a cross-tool coding skill that cuts AI coding-agent token usage and LLM API costs — write less code, less prose, and denser agent-to-agent handoffs (−53%, lossless in benchmarks) with no loss of quality. Works with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, Cline & Kiro.
Workflows from the Neura Market marketplace related to this Cursor resource