Manage your projects, debug deployment, and check analytics for any MCP server you host with Alpic
claude mcp add alpic-mcp --transport http https://mcp.alpic.ai
~/.cursor/mcp.json
{
"mcpServers": {
"alpic-mcp": {
"url": "https://mcp.alpic.ai"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"alpic-mcp": {
"serverUrl": "https://mcp.alpic.ai"
}
}
}
.vscode/mcp.json
{
"servers": {
"alpic-mcp": {
"type": "http",
"url": "https://mcp.alpic.ai"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"alpic-mcp": {
"url": "https://mcp.alpic.ai"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"alpic-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.alpic.ai"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.alpic.ai | none |
| sse | https://mcp.alpic.ai | none |
Clean install config, worked in Claude Code out of the box.
Great docs mapping to real tool behavior. Auth was painless.
Solid tool — did exactly what the schema promised on the first call.
Clean install config, worked in Claude Code out of the box.
POST /mcp