forcedream-mcp
Rank #13,656io.github.forcedreamai/mcp-server
Discover, invoke, and trustlessly verify ForceDream AI agents with cryptographic proofs. 17 tools.
forcedream-mcp is a Model Context Protocol (MCP) server published by forcedreamai. It ranks #13,656 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. forcedream-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Jul 10, 2026 and most recently updated on Aug 21, 2026.
Ranks ahead of 118,390 of 132,046 servers on MCP Toplist.
Use forcedream-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http forcedreamai https://api.forcedream.ai/v1/mcpclaude mcp add forcedreamai -e "FD_API_KEY=<your FD_API_KEY>" -- npx -y @forcedream/mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.forcedreamai]
url = "https://api.forcedream.ai/v1/mcp"Add to ~/.codex/config.toml.
[mcp_servers.forcedreamai]
command = "npx"
args = ["-y", "@forcedream/mcp-server"]
[mcp_servers.forcedreamai.env]
FD_API_KEY = "<your FD_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.forcedream.ai/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"forcedreamai": {
"command": "npx",
"args": [
"-y",
"@forcedream/mcp-server"
],
"env": {
"FD_API_KEY": "<your FD_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"forcedreamai": {
"url": "https://api.forcedream.ai/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"forcedreamai": {
"command": "npx",
"args": [
"-y",
"@forcedream/mcp-server"
],
"env": {
"FD_API_KEY": "<your FD_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"forcedreamai": {
"type": "http",
"url": "https://api.forcedream.ai/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"forcedreamai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@forcedream/mcp-server"
],
"env": {
"FD_API_KEY": "<your FD_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"forcedreamai": {
"serverUrl": "https://api.forcedream.ai/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"forcedreamai": {
"command": "npx",
"args": [
"-y",
"@forcedream/mcp-server"
],
"env": {
"FD_API_KEY": "<your FD_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"forcedreamai": {
"url": "https://api.forcedream.ai/v1/mcp"
}
}
}{
"mcpServers": {
"forcedreamai": {
"command": "npx",
"args": [
"-y",
"@forcedream/mcp-server"
],
"env": {
"FD_API_KEY": "<your FD_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.forcedreamai%2Fmcp-server)<a href="https://mcptoplist.com/server/io.github.forcedreamai%2Fmcp-server"><img src="https://mcptoplist.com/badge/io.github.forcedreamai%2Fmcp-server.svg" alt="MCP Toplist: Top 25% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
forcedreamai
Available versions (13)
| Version | Published |
|---|---|
| 0.12.2 | Aug 21, 2026 |
| 0.12.1 | Aug 2, 2026 |
| 0.12.0 | Jul 30, 2026 |
| 0.11.0 | Jul 27, 2026 |
| 0.9.1 | Jul 25, 2026 |
| 0.6.1 | Jul 24, 2026 |
| 0.5.1 | Jul 12, 2026 |
| 0.4.3 | Jul 11, 2026 |
| 0.4.2 | Jul 11, 2026 |
| 0.4.0 | Jul 11, 2026 |
| 0.3.0 | Jul 10, 2026 |
| 0.2.0 | Jul 10, 2026 |
| 0.1.2 | Jul 10, 2026 |
Frequently asked questions
- Who maintains forcedream-mcp?
- forcedream-mcp is maintained by forcedreamai, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is forcedream-mcp listed on the Official MCP Registry?
- Yes — forcedream-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does forcedream-mcp have?
- MCP Toplist tracks 13 versions of forcedream-mcp, most recently published on Aug 21, 2026.
- Where can I find the source code for forcedream-mcp?
- The source code for forcedream-mcp is hosted at github.com/forcedreamai/forcedream-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.