ai-intake-documentation-mcp

davindermahal/ai-intake-documentation-mcp
★ 0 stars TypeScript AI/LLM Updated today
MCP server that onboards a codebase for AI-agent-assisted development
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-intake-documentat": {
      "command": "npx",
      "args": [
        "-y",
        "davindermahal/ai-intake-documentation-mcp"
      ]
    }
  }
}