diff --git a/servers/neurarch-mcp/server.yaml b/servers/neurarch-mcp/server.yaml new file mode 100644 index 0000000000..a16be86691 --- /dev/null +++ b/servers/neurarch-mcp/server.yaml @@ -0,0 +1,26 @@ +name: neurarch-mcp +image: mcp/neurarch-mcp +type: server +meta: + category: ai-ml + tags: + - pytorch + - machine-learning + - neural-network + - lint + - code-review +about: + title: Neurarch + description: Structural awareness of a PyTorch model for the agent. Inspect layers, parameters, FLOPs and blast radius; run the design linter; get the full readiness, cost and deployment verdict; rank candidate designs before training. Reads 81 bundled reference architectures (zoo:), a Hugging Face repo (hf:) or model text passed inline. + icon: https://github.com/neurarch-ai.png +source: + project: https://github.com/neurarch-ai/neurarch-mcp + branch: main + commit: 8552c74e4e45d59dd4f70dca573cbff590121b25 + dockerfile: Dockerfile +config: + description: Optional Hugging Face token for gated repos (hf:meta-llama/...). Everything else runs offline inside the container. + secrets: + - name: neurarch-mcp.hf_token + env: HF_TOKEN + example: hf_xxxxxxxxxxxxxxxxxxxxxxxx