← Back to Plugins
MCP Server MCP

io.github.neurarch-ai/neurarch-mcp

github By github 👁 1 views ▲ 0 votes

Gives AI agents structural awareness of a neural network via a typed Neurarch model graph.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "neurarch-mcp",
      "version": "0.9.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Absolute path to the .neurarch.json model file (File > Save in the Neurarch app; runnable examples ship in the repo's examples/ folder)",
          "isRequired": true,
          "type": "positional",
          "valueHint": "model_path"
        },
        {
          "description": "Reload the model file when the Neurarch app saves it",
          "type": "named",
          "name": "--watch"
        },
        {
          "description": "Expose the six mutation tools (off by default)",
          "type": "named",
          "name": "--write"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...