{ "name": "neurarch-mcp", "version": "0.16.0", "description": "MCP server that gives Claude Code, Cursor, Claude Desktop, VS Code and other MCP-aware agents structural awareness of a neural network. Point it at a PyTorch .py file, a Neurarch graph, or a Hugging Face repo and the agent can read layers, parameters and FLOPs, run the design linter offline (lint_model), get the full readiness/cost/deployment verdict (check_design), rank candidate designs (rank_designs), compare against 81 bundled reference architectures, export runnable PyTorch, turn findings into diffs (suggest_fix), trace real shapes (trace_model), get the plan card the CI bot posts (plan), read what this exact structure scored the last time it trained in your organisation (history), and with --write edit the graph. Also a CLI: neurarch-mcp lint model.py.", "type": "module", "bin": { "neurarch-mcp": "dist/index.js" }, "main": "./dist/index.js", "files": [ "dist", "zoo", "README.md", "LICENSE", "CHANGELOG.md", "examples", "manifest.json" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "prepublishOnly": "npm run build", "test": "vitest run", "test:watch": "vitest", "typecheck": "tsc --noEmit", "build:mcpb": "npx tsx scripts/tool-schemas.mjs && node scripts/build-mcpb.mjs", "sync:zoo": "node scripts/sync-zoo.mjs", "eval:tools": "node scripts/eval-tool-selection.mjs" }, "keywords": [ "architecture-search", "claude", "claude-desktop", "code-review", "codex", "copilot", "cursor", "huggingface", "lint", "machine-learning", "mcp", "model-context-protocol", "neural-network", "neurarch", "pytorch", "pytorch-lint", "static-analysis", "vscode", "windsurf" ], "author": "neurarch-ai", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/neurarch-ai/neurarch-mcp.git" }, "homepage": "https://www.neurarch.com/mcp", "bugs": { "url": "https://github.com/neurarch-ai/neurarch-mcp/issues" }, "engines": { "node": ">=20" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsup": "^8.0.0", "typescript": "^5.5.0", "vitest": "^2.1.9" }, "mcpName": "io.github.neurarch-ai/neurarch-mcp" }