-
Notifications
You must be signed in to change notification settings - Fork 167
Open
Description
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:
- Go to Cursor > Settings > Cursor Settings, then select
Tools & MCPin the side bar - Click on
New MCP Server - Update
mcp.jsonper 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"]
}
}
}
- Toggle
databricksinTools & MCPunderInstalled MCP Servers
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels