.cursor/mcp.json either at the project root (shared with collaborators) or in your user directory (private to you).
Configuration file location
| Scope | Path |
|---|---|
| Project | <project_root>/.cursor/mcp.json |
| User | ~/.cursor/mcp.json |
Add the server
.cursor/mcp.json
Apply the change
- Save
.cursor/mcp.json. - Open Cursor’s settings → Features → MCP and click Refresh, or reload the window (
Cmd/Ctrl + Shift + P→ Developer: Reload Window).
Verify
Open the MCP panel in Cursor’s settings. Thealphacast server should appear with a green dot and 32 tools listed. In the chat, try:
“Use the alphacast tools to list my repositories.”If the server fails to connect, the most common causes are an invalid
ALPHACAST_API_KEY or Node.js 18+ not being on the system PATH.