Loading MCP server directory, please wait...
Agent-first data platform. 35 tools for data storage, querying, compilation, and execution.
npx @getmcp/cli add io.github.cletcher/chaprolaRequires Node.js 18+. Community-contributed server. Review source before installing.
CHAPROLA_USERNAMEYour Chaprola username (register at https://api.chaprola.org/register)
CHAPROLA_API_KEYYour Chaprola API key (format: chp_ + 64 hex chars)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.cletcher/chaprola": {
"command": "npx",
"args": [
"-y",
"@chaprola/mcp-server"
],
"env": {
"CHAPROLA_USERNAME": "",
"CHAPROLA_API_KEY": ""
}
}
}
}