Agnes for Claude Desktop
io.github.keboola/agnes
Governed access to your company's data and memory: catalog, schema, SQL and skills.
client:Claude Desktop
transport:streamable-http
Install Agnes in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"agnes": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{instance_host}/api/mcp/http"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs