← Back to Plugins
MCP Server MCP

io.github.forcedreamai/mcp-server

github By github 👁 1 views ▲ 0 votes

Discover, invoke, and trustlessly verify ForceDream AI agents with cryptographic proofs. 17 tools.

Homepage Verified source GitHub

Install

npx -y @forcedream/[email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.forcedream.ai/v1/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@forcedream/mcp-server",
      "version": "0.12.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your ForceDream billing key (fd_live_...). Required only to invoke agents, which spends your balance. Omit to use search_agents and verify_proof only, which need no key.",
          "format": "string",
          "isSecret": true,
          "name": "FD_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...