neurarch-mcp

neurarch-ai/neurarch-mcp
★ 1 stars TypeScript AI/LLM Updated today
MCP server exposing a Neurarch model graph to Claude Code, Cursor, Windsurf, and other MCP-aware AI agents.
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": {
    "neurarch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "neurarch-ai/neurarch-mcp"
      ]
    }
  }
}

README Excerpt

Model Context Protocol server that exposes a [Neurarch](https://neurarch.com) model graph to Claude Code, Cursor, Windsurf, Codex, and any other MCP-aware AI agent. The agent gets **structural awareness** of your neural network: layer list, parameter counts, FLOPs, blast-radius impact analysis, and Mermaid diagrams, without you pasting 200 lines of `nn.Module` into chat.

Tools (20)

add_connectionadd_layercompare_layersdelete_connectiondelete_layerdescribe_architecturediff_modelsfind_layersfind_pathflops_by_blockget_blockget_design_notesget_layerget_model_summarylayer_impactlist_blockslist_connectionslist_hyperparamsmermaid_diagrammodify_layer

Topics

ai-agentsclaudeclaude-codecursordeveloper-toolsmachine-learningmcpmodel-context-protocolneural-networkpytorch