MCP Server
MCP
io.github.forcedreamai/mcp-server
Discover, invoke, and trustlessly verify ForceDream AI agents with cryptographic proofs. 17 tools.
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
By
Comments
Sign in to leave a comment