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.
One-click install link
Section titled “One-click install link”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.
Plugin marketplace
Section titled “Plugin marketplace”Cursor’s plugin marketplace needs a Teams/Enterprise account, or a local symlink:
# Teams/Enterprise: Dashboard → Plugins → Add Marketplace → Import from Repo# Otherwise, clone this repo and:ln -s "$PWD/jarvis-index/plugin" ~/.cursor/plugins/local/jarvisManual
Section titled “Manual”Add the block below to Cursor’s MCP settings:
{ "mcpServers": { "jarvis": { "command": "uvx", "args": ["--from", "jarvis-mcp>=0.6.0", "jarvis-server"] } }}Verify
Section titled “Verify”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.