srcmap

morethancoder/srcmap
★ 0 stars Go 💻 Code/Dev Tools Updated today
Structured context for AI coding agents — CLI tool + MCP server
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": {
    "srcmap": {
      "command": "go",
      "args": [
        "run",
        "github.com/morethancoder/srcmap@latest"
      ]
    }
  }
}

README Excerpt

Give AI coding agents surgical, structured context about any dependency or API. srcmap maintains a local, versioned, incrementally-updated knowledge base per dependency — combining real source code, structured docs, and semantic concepts — queryable with surgical precision. > If this project is useful to you, please consider giving it a star on GitHub.

Tools (17)

srcmap_delete_sourcesrcmap_doc_conceptsrcmap_doc_gotchassrcmap_doc_lookupsrcmap_doc_mapsrcmap_doc_searchsrcmap_doc_sectionsrcmap_docs_addsrcmap_fetchsrcmap_findsrcmap_ingest_local_docssrcmap_list_sourcessrcmap_lookupsrcmap_outdatedsrcmap_search_codesrcmap_source_infosrcmap_update_source