neurarch-mcp
Rank #6,772io.github.neurarch-ai/neurarch-mcp
Reads a PyTorch .py, a Neurarch graph, or a HF repo; agents inspect, lint, verify and rank designs.
neurarch-mcp is a Model Context Protocol (MCP) server published by neurarch-ai. It ranks #6,772 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. neurarch-mcp is listed across 2 registries — Official MCP and Glama, with 5 tracked versions. It was first listed on May 19, 2026 and most recently updated on Sep 1, 2026.
Ranks ahead of 125,274 of 132,046 servers on MCP Toplist.
Use neurarch-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add neurarch-mcp -- npx -y neurarch-mcp "<model_path>"Replace each placeholder with your own value before saving.
[mcp_servers.neurarch-mcp]
command = "npx"
args = ["-y", "neurarch-mcp", "<model_path>"]Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neurarch-mcp": {
"command": "npx",
"args": [
"-y",
"neurarch-mcp",
"<model_path>"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neurarch-mcp": {
"command": "npx",
"args": [
"-y",
"neurarch-mcp",
"<model_path>"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"neurarch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"neurarch-mcp",
"<model_path>"
]
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neurarch-mcp": {
"command": "npx",
"args": [
"-y",
"neurarch-mcp",
"<model_path>"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"neurarch-mcp": {
"command": "npx",
"args": [
"-y",
"neurarch-mcp",
"<model_path>"
]
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.neurarch-ai%2Fneurarch-mcp)<a href="https://mcptoplist.com/server/io.github.neurarch-ai%2Fneurarch-mcp"><img src="https://mcptoplist.com/badge/io.github.neurarch-ai%2Fneurarch-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
neurarch-ai
Available versions (5)
| Version | Published |
|---|---|
| 0.14.0 | Sep 1, 2026 |
| 0.13.0 | Sep 1, 2026 |
| 0.12.0 | Aug 31, 2026 |
| 0.11.0 | Aug 31, 2026 |
| 0.9.1 | Aug 20, 2026 |
Frequently asked questions
- Who maintains neurarch-mcp?
- neurarch-mcp is maintained by neurarch-ai, which publishes 1 MCP server (5 total versions) tracked on MCP Toplist.
- Is neurarch-mcp listed on the Official MCP Registry?
- Yes — neurarch-mcp is listed on the Official MCP Registry, alongside Glama.
- How many versions does neurarch-mcp have?
- MCP Toplist tracks 5 versions of neurarch-mcp, most recently published on Sep 1, 2026.
- Where can I find the source code for neurarch-mcp?
- The source code for neurarch-mcp is hosted at github.com/neurarch-ai/neurarch-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.