Cursor is an AI-powered coding assistant designed to help developers write, edit, and understand code more efficiently. It integrates directly with your development environment and uses natural language prompts to streamline coding tasks. Use this guide to connect Cursor to the Sevalla MCP server atDocumentation Index
Fetch the complete documentation index at: https://docs.sevalla.com/llms.txt
Use this file to discover all available pages before exploring further.
https://mcp.sevalla.com/mcp.
After setup, Cursor Agent can use Sevalla MCP tools like search and execute.
Quick setup (Cursor UI + OAuth)
OAuth is the recommended authentication method.
- Click the install button above and allow Cursor to open, or go to MCP configuration.
- Complete the MCP server install flow in Cursor.
- If prompted, confirm the server values:
- Name:
sevalla - URL:
https://mcp.sevalla.com/mcp
- Name:
- Complete the OAuth browser flow when prompted.
- Confirm the server is enabled in your MCP tools list.
Manual configuration (mcp.json)
Cursor supports both project and global MCP config files:
- Project scope:
.cursor/mcp.json - Global scope:
~/.cursor/mcp.json
Configuration scope
- Use
.cursor/mcp.jsonwhen the server config should live with the project. - Use
~/.cursor/mcp.jsonwhen you want the server available across all projects.
.cursor/mcp.json and personal overrides in ~/.cursor/mcp.json.
Uninstall
- Delete the
sevallaentry from either.cursor/mcp.json(project) or~/.cursor/mcp.json(global). - Clear cached OAuth tokens, run:
Reference
- Sevalla MCP endpoint:
https://mcp.sevalla.com/mcp - Sevalla MCP repository: github.com/sevalla-hosting/mcp