mcpbeat Sign in

Neurarch MCP Server

by neurarch-ai Your server? Claim it
local only

Neurarch MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from npm. Last commit 1 Sep 2026.

Reads your PyTorch .py or Neurarch graph so agents can inspect, lint and cost the model.

Installs per day peak 171 · avg 8 · +2500% w/w
a month agotoday
96
Installs / week
npm · neurarch-mcp
1
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Neurarch MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add neurarch-mcp -- npx -y neurarch-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "neurarch-mcp": {
      "args": [
        "-y",
        "neurarch-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.neurarch-mcp]
command = "npx"
args = ["-y", "neurarch-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "neurarch-mcp": {
      "args": [
        "-y",
        "neurarch-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "neurarch-mcp": {
      "args": [
        "-y",
        "neurarch-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Neurarch MCP

same job, measured the same way
M1nd
by maxkle1nz

The shell around your coding agent: a neuro-symbolic code graph with calibrated trust, via MCP.

87 installs/wk local only
Iconsroom
by iconsroom

Search 276,000+ open source icons and insert them as SVG or React components while you code.

56 installs/wk local only
Invigil
by invigil

Linters check your code. Invigil checks whether your repo is legible — to newcomers and AI agents.

176 installs/wk local only
NEAT
by neat-technologies

Fused graph of your codebase — static code + runtime OTel — for AI agents, over MCP.

2 836 installs/wk local only
Maguyva
by maguyva

Code intelligence for coding agents: semantic, AST, graph, and full-text search. 279+ languages.

answering
Hokmah
by davidangularme

AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).

5 tools answering
Codemore
by abhinavteja123

The static analyzer your AI agent reads — fix-ready, machine-readable scan reports over MCP.

72 installs/wk local only
Code Synapse — Fit Repo Finder
by leewaystudio

Finds real, maintained open-source repos that fit your project. MCP grounding for coding agents.

2 tools answering

Neurarch MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Neurarch MCP?
Neurarch MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package neurarch-mcp was installed 96 times last week.
How do I connect Neurarch MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls neurarch-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Neurarch MCP?
The npm package neurarch-mcp was installed 96 times in the last week. Week over week that is +2500%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Neurarch MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.