Prerequisites
- Cursor installed
- An Orchata account
Configuration
1
Open Cursor Settings
Go to Cursor Settings → Features → MCP Servers.Or open the command palette (
Cmd+Shift+P / Ctrl+Shift+P) and search for “MCP”.2
Add Orchata MCP Server
Click Add new MCP server and enter the following configuration:
3
Verify Connection
Restart Cursor or reload the window. The Orchata tools should now appear in your MCP tools list.
Alternative: Configuration File
You can also configure MCP servers in Cursor’s configuration file:- macOS / Linux
- Windows
Edit
~/.cursor/mcp.json:Using Orchata in Cursor
Once configured, you can interact with Orchata using natural language:Searching Knowledge
“Search Orchata for how to configure authentication”Cursor will use the
query_spaces or smart_query tools to find relevant information.
Uploading Documents
“Upload this README to the Product Documentation space in Orchata”Cursor will use
upload_document to add content to your knowledge base.
Managing Spaces
“List all my Orchata spaces” “Create a new space called ‘API Reference’”Cursor can list, create, update, and archive spaces.
Available Tools
Once connected, Cursor has access to all 12 Orchata MCP tools:| Tool | Description |
|---|---|
list_spaces | List all spaces |
create_space | Create a new space |
get_space | Get space details |
update_space | Update space properties |
delete_space | Archive a space |
list_documents | List documents in a space |
upload_document | Upload content |
get_document | Get document details |
update_document | Update document metadata |
delete_document | Delete a document |
query_spaces | Semantic search |
smart_query | Discover relevant spaces |
Local Development
For local development with the Orchata MCP server:Troubleshooting
Tools not appearing
Tools not appearing
- Check the MCP server URL is accessible
- Restart Cursor after configuration changes
- Check Cursor’s MCP logs for errors
Authentication errors
Authentication errors
- Try disconnecting and reconnecting
- Clear your browser cache and try the OAuth flow again
- Ensure you have an active Orchata account
Connection timeouts
Connection timeouts
- Check your network connection
- Verify the MCP server URL is correct
- For local development, ensure the server is running