Connect Claude Code to your Orchata knowledge base using MCP. Once configured, Claude Code can search your documents, upload content, and manage your knowledge base directly from your terminal.Documentation Index
Fetch the complete documentation index at: https://orchata.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Claude Code installed
- An Orchata account
Quick Setup
Add the Orchata MCP server to Claude Code with a single command:Verifying the Connection
After adding the server, verify it’s configured correctly:orchata in the list of configured MCP servers and it should say “Connected” next to it.
Using Orchata with Claude Code
Example Commands
Searching your knowledge base:Interactive Mode
In interactive mode, you can have conversations with Claude Code that leverage your Orchata knowledge base:“What do we have documented about authentication in Orchata?”Claude Code will use the
smart_query or query_spaces tools to find relevant content.
Available Tools
Claude Code has access to all 12 Orchata MCP tools: Space Management:list_spaces,create_space,get_space,update_space,delete_space
list_documents,upload_document,get_document,update_document,delete_document
query_spaces,smart_query
Advanced Configuration
View MCP Server Details
Remove the Server
Local Development
For local development with the Orchata MCP server:Troubleshooting
Server not appearing in mcp list
Server not appearing in mcp list
- Verify you ran
claude mcp addsuccessfully - Check for typos in the server URL
- Run
claude mcp listto see all configured servers
Authentication errors
Authentication errors
- Ensure you have an active Orchata account
- Try removing and re-adding the server:
claude mcp remove orchata && claude mcp add orchata https://api.orchata.ai/mcp - Clear any cached credentials and re-authenticate
Tools not working
Tools not working
- Verify the server URL is correct
- Check your network connection
- Ensure the Orchata API is accessible from your machine
- Try running a simple command like
claude "List my Orchata spaces"
Next Steps
MCP Tools
Learn what each tool does.
Resources & Prompts
Explore MCP resources and prompts.