mcpbeat

Jarvis MCP Server

local only

Jarvis runs on your own machine — the client starts it, so there is no endpoint to ping. 249 installs a week from pypi.

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

The linked repository no longer exists on GitHub — it was deleted or made private.

249
Installs / week
pypi · jarvis-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

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 jarvis -- uvx jarvis-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "jarvis": {
      "args": [
        "jarvis-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.jarvis]
command = "uvx"
args = ["jarvis-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "jarvis": {
      "args": [
        "jarvis-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "jarvis": {
      "args": [
        "jarvis-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Jarvis

same job, measured the same way
Codeintel
by phuongddx

Local-first SCIP code navigation and Zoekt search over your own indexed repositories

1 967 installs/wk local only
Code Context
by infino-ai

Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.

49 installs/wk local only
Atlas Scout
by zaguanlabs

Local, read-only structural code navigation and bounded dependency analysis for source repositories.

local only
Filesift
by roshunsunder

Local file search for AI agents — semantic + keyword indexing over your codebase.

46 installs/wk local only
MCP Gtags Server
by harshithsunku

Indexed C/C++ code navigation for AI agents — GNU Global (gtags) lookups over MCP, not grep scans.

527 installs/wk local only
AI Context
by vibgrate

Local-first MCP server: version-correct library docs, code map, and offline drift for your repo.

3 570 installs/wk local only
Code Index
by trondhindenes

Fast local source code searching using Zoekt trigram-based indexing

local only
Docdex
by bekirdag

Fast per-repo documentation indexer and full-text search MCP server for codebases.

2 307 installs/wk local only

Jarvis — questions

Answers built from our own checks of this server.

Why is there no uptime for Jarvis?
Jarvis 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 pypi package jarvis-mcp was installed 249 times last week.
Is Jarvis still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Jarvis?
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 jarvis-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Jarvis?
The pypi package jarvis-mcp was installed 249 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.