context-crafter-mcp

0langa/context-crafter-mcp
★ 0 stars Python 🧠 Memory/Knowledge Updated today
Universal local-first MCP server for generating repository documentation, architecture summaries, dependency graphs, and project overviews from any codebase. Uses LangGraph orchestration and safe static analysis for Python, Node.js, .NET, Rust, Go, Java, and more.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "context-crafter-mcp": {
      "command": "uvx",
      "args": [
        "context-crafter-mcp"
      ]
    }
  }
}

Or install with pip: pip install context-crafter-mcp

README Excerpt

Local-first MCP server that turns source repositories into compact AI-agent context: project overviews, repo maps, dependency graphs, architecture notes, and validation reports. | File | Purpose | |------|---------| | `AI_CONTEXT_INDEX.md` | Master index linking all generated docs | | `PROJECT_OVERVIEW.md` | Detected stacks, root files, source layout, entry points |

Tools (7)

generate_architecture_summarygenerate_dependency_graphgenerate_project_overviewgenerate_repo_mapparsersuvxvalidate_generated_context