Add neurarch-mcp - #4867
Open
neurarch-ai wants to merge 2 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds neurarch-mcp (https://github.com/neurarch-ai/neurarch-mcp, MIT, npm
neurarch-mcp0.13.0) as a local server built from theDockerfileat the repo root.What it does: gives an agent structural awareness of a PyTorch model. Tools inspect layers, parameters, FLOPs and the blast radius of an edit;
lint_modelruns the structural design rules;check_designreturns the readiness / cost / deployment verdict;rank_designsorders candidate designs before any GPU time is spent. Inside the container it runs in hosted stdio mode (--hosted --hf --tools=core): nothing is mounted, so every call names its model asmodel_path: "zoo:<id>"(81 bundled reference architectures),model_path: "hf:<org/name>", ormodel_sourcewith the model text inline.@modelcontextprotocol/sdk; the parser, rule engine and verifier are vendored, so the container makes no network call excepthuggingface.coon an explicithf:request.HF_TOKENis an optional secret for gated repos.node dist/index.js --hosted --tools=coreanswersinitializeand atools/callover raw stdio with no model file present. I could not runtask createon this machine (no Docker Desktop here), so the image build is left to CI; happy to adjust if it asks for anything.Opened by an automated agent on behalf of the maintainer.