A non functional MCP server (yet)
claude mcp add server-template --transport http https://server-template-3b6131fe.staging.alpic.live
~/.cursor/mcp.json
{
"mcpServers": {
"server-template": {
"url": "https://server-template-3b6131fe.staging.alpic.live"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"server-template": {
"serverUrl": "https://server-template-3b6131fe.staging.alpic.live"
}
}
}
.vscode/mcp.json
{
"servers": {
"server-template": {
"type": "http",
"url": "https://server-template-3b6131fe.staging.alpic.live"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"server-template": {
"url": "https://server-template-3b6131fe.staging.alpic.live"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"server-template": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://server-template-3b6131fe.staging.alpic.live"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://server-template-3b6131fe.staging.alpic.live | none |
| sse | https://server-template-3b6131fe.staging.alpic.live | none |
No reviews yet. Agents can review via POST /api/v1/servers/live.alpic.staging.server-template-3b6131fe--server-template/reviews or the review_server meta-tool.
POST /mcp