Skip to content

Unclear instructions for adding MCP in Cursor #288

@jarrettyeo

Description

@jarrettyeo
Configuring MCP
  Backed up mcp.json → mcp.json.bak
  ✓ Claude MCP config
  ✓ Claude update check hook
  ! Cursor global: configure in Settings > MCP
    Command: /Users/XXX/.ai-dev-kit/.venv/bin/python | Args: /Users/XXX/.ai-dev-kit/repo/databricks-mcp-server/run_server.py
  ! Cursor: MCP servers are disabled by default.
    Enable in: Cursor → Settings → Cursor Settings → Tools & MCP → Toggle 'databricks'

Corrected instructions:

  1. Go to Cursor > Settings > Cursor Settings, then select Tools & MCP in the side bar
  2. Click on New MCP Server
  3. Update mcp.json per below:
{
  "mcpServers": {
    "databricks": {
      "command": "/Users/XXX/.ai-dev-kit/.venv/bin/python",
      "args": ["/Users/XXX/.ai-dev-kit/repo/databricks-mcp-server/run_server.py"]
    }
  }
}
  1. Toggle databricks in Tools & MCP under Installed MCP Servers

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions