MCP Server
MCP
io.github.neurarch-ai/neurarch-mcp
Gives AI agents structural awareness of a neural network via a typed Neurarch model graph.
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
By
Comments
Sign in to leave a comment