@chaprola/mcp-server
Freeby MCP Community
MCP server for Chaprola — agent-first data platform. Gives AI agents tools for structured data storage, record CRUD, querying, schema inspection, documentation
v1.13.1Added Apr 12, 2026
mcpmodel-context-protocolchaproladata-platformai-agent
@chaprola/mcp-server MCP Server
MCP server for Chaprola — agent-first data platform. Gives AI agents tools for structured data storage, record CRUD, querying, schema inspection, documentation
Installation
Reviews
Installation
Quick install
npx -y @chaprola/mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"@chaprola/mcp-server": {
"command": "npx",
"args": ["-y", "@chaprola/mcp-server"]
}
}
}