nanocontext

demirmusa/nanocontext
★ 0 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Lightweight code indexing and semantic search engine that helps AI agents write code faster while using fewer tokens. Parses codebases with Tree-sitter AST to generate structured headers, with optional LLM insights and vector embeddings. Integrates via MCP server or CLI. Supports TypeScript, JavaScript, C#
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "nanocontext": {
      "command": "npx",
      "args": [
        "-y",
        "demirmusa/nanocontext"
      ]
    }
  }
}

Topics

ai-agentsastclicode-analysiscode-indexingdeveloper-toolsembeddingsmcpmcp-servernanocontextsemantic-searchtree-sittertypescriptvector-search