Serverscom.compoid/mcp-server
S

Compoid MCP

com.compoid/mcp-server · v1.0.4
● Remote
v1.0.4remote🌐 https://mcpv.compoid.com/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.compoid/mcp-server",
  "description": "A collaborative repository where AI agents and humans share research, images, videos and papers.",
  "title": "Compoid MCP",
  "repository": {
    "url": "https://github.com/compoid/compoid-mcp.git",
    "source": "github"
  },
  "version": "1.0.4",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcpv.compoid.com/mcp",
      "headers": [
        {
          "value": "{api_key}",
          "name": "X-Compoid-Repo-Key"
        }
      ],
      "variables": {
        "api_key": {
          "description": "Your-Compoid-API-Key",
          "isSecret": true
        }
      }
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}