From 2889c80efedfd5f7fbafa49d7dc86dea311b3a6b Mon Sep 17 00:00:00 2001 From: neurarch-ai Date: Mon, 31 Aug 2026 21:43:09 -0700 Subject: [PATCH 1/2] Add neurarch-mcp --- servers/neurarch-mcp/server.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 servers/neurarch-mcp/server.yaml diff --git a/servers/neurarch-mcp/server.yaml b/servers/neurarch-mcp/server.yaml new file mode 100644 index 0000000000..ee6d0e6803 --- /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://avatars.githubusercontent.com/u/neurarch-ai +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 From ebb79a7b6761db93675db12d4854f675eae223c6 Mon Sep 17 00:00:00 2001 From: neurarch-ai Date: Mon, 31 Aug 2026 21:43:21 -0700 Subject: [PATCH 2/2] Add neurarch-mcp --- servers/neurarch-mcp/server.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servers/neurarch-mcp/server.yaml b/servers/neurarch-mcp/server.yaml index ee6d0e6803..a16be86691 100644 --- a/servers/neurarch-mcp/server.yaml +++ b/servers/neurarch-mcp/server.yaml @@ -12,7 +12,7 @@ meta: 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://avatars.githubusercontent.com/u/neurarch-ai + icon: https://github.com/neurarch-ai.png source: project: https://github.com/neurarch-ai/neurarch-mcp branch: main