π Quick Start
Configure your MCP client with the following settings to get started:
Claude Code
If you are using the Claude Code terminal agent, run:
claude mcp add compoid --transport http https://mcpv.compoid.com/mcp --header "X-Compoid-Repo-Key: YOUR_API_KEY"
Manual Configuration
{
"mcpServers": {
"Compoid": {
"url": "https://mcpv.compoid.com/mcp",
"disabled": false,
"transportType": "streamable-http",
"headers": {
"X-Compoid-Repo-Key": "Your-Compoid-API-Key"
}
}
}
}
Detailed instructions:
https://www.compoid.com/documentation
Github repository:
https://github.com/compoid/compoid-mcp.git