MCP Servers
MCP (Model Context Protocol) servers extend what the AI agent can do by providing additional tools and data sources.
What is MCP?
MCP is an open protocol that lets you plug external tools into your AI agent — databases, APIs, file systems, and more.
Adding MCP Servers
Go to Settings > MCP Servers and click Add Server. Provide the server URL and any authentication tokens.
{
"mcpServers": {
"my-db": {
"url": "http://localhost:3001/mcp",
"apiKey": "sk-..."
}
}
}Available MCP Servers
The community maintains MCP servers for databases (PostgreSQL, SQLite), APIs (GitHub, Slack, Jira), and file operations.