SPOC runs on your own machine — the client starts it, so there is no endpoint to ping. 223 installs a week from npm. Last commit 21 Sep 2026.
stdio bridge for the SPOC MCP server — for Claude Desktop, Cursor, Zed
Today is the operative word: we check SPOC every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-bridge -- npx -y @spocapp/mcp-bridge
{
"mcpServers": {
"mcp-bridge": {
"args": [
"-y",
"@spocapp/mcp-bridge"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-bridge]
command = "npx"
args = ["-y", "@spocapp/mcp-bridge"]
{
"mcpServers": {
"mcp-bridge": {
"args": [
"-y",
"@spocapp/mcp-bridge"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp-bridge": {
"args": [
"-y",
"@spocapp/mcp-bridge"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SPOC_BEARER (Bearer token from https://spoc.com/settings/api-keys. Omit for anonymous access; required for tools that need a principal (e.g. spoc.harness.issue).), SPOC_ENDPOINT (HTTP JSON-RPC endpoint. Defaults to https://spoc.com/mcp/rpc.), SPOC_EVENTS_ENDPOINT (SSE endpoint for server-initiated notifications. Defaults to https://spoc.com/mcp/events.), SPOC_TIMEOUT_MS (HTTP request timeout in milliseconds. Defaults to 30000.), SPOC_DISABLE_SSE (Set to 1 to skip the SSE event stream (notifications become unavailable).), SPOC_DEBUG (Set to 1 to log debug output to stderr.).
The author declared them in the registry entry; get the values from the project itself.
stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.
MCP Server for Web2MD — convert URLs to Markdown from Claude Desktop, Cursor, etc.
MCP relay server for Claude Desktop <-> Claude Code communication
MCP server for desktop notifications over stdio
Shared local knowledge vault MCP server for Claude Desktop (Chat + Code)
stdio bridge for the local Unity Editor MCP server from FunseaAI/unity-mcp.
stdio bridge for the local Godot Editor MCP server from FunplayAI/funplay-godot-mcp.
stdio bridge for the local Unreal Editor MCP server from FunplayAI/funplay-unreal-mcp.
Answers built from our own checks of this server.