Skip to content

Cursor

Looking for Claude Code, Codex CLI, or any other stdio client? See their guides — this page covers Cursor.

The fastest path is the one-click install link below. A plugin marketplace path and a manual config path are also available.

Add jarvis to Cursor

The config parameter is the base64-encoded {"command":"uvx","args":["--from","jarvis-mcp>=0.6.0","jarvis-server"]} block — decode it yourself before trusting any install link.

Cursor’s plugin marketplace needs a Teams/Enterprise account, or a local symlink:

Terminal window
# Teams/Enterprise: Dashboard → Plugins → Add Marketplace → Import from Repo
# Otherwise, clone this repo and:
ln -s "$PWD/jarvis-index/plugin" ~/.cursor/plugins/local/jarvis

Add the block below to Cursor’s MCP settings:

mcp.json
{
"mcpServers": {
"jarvis": {
"command": "uvx",
"args": ["--from", "jarvis-mcp>=0.6.0", "jarvis-server"]
}
}
}

After registering, ask the agent to call the jarvis getIndexStatus tool with your repo slug. Expect a JSON response naming your repo’s index status.