What is the AgentForge MCP server?
Turn rough requests into rigorously structured prompts, for any coding agent.
How to install AgentForge
Copy-paste configuration for popular MCP clients.
AGENTFORGE_API_KEYrequiredsecretYour AgentForge API key from https://agentforge.sciscale.org/account/keys
AGENTFORGE_API_URLAgentForge API base URL (defaults to https://agentforge.sciscale.org)
{
"mcpServers": {
"agentforge-mcp": {
"command": "npx",
"args": [
"-y",
"agentforge-mcp"
],
"env": {
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>",
"AGENTFORGE_API_URL": "<YOUR_AGENTFORGE_API_URL>"
}
}
}
}{
"mcpServers": {
"agentforge-mcp": {
"command": "npx",
"args": [
"-y",
"agentforge-mcp"
],
"env": {
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>",
"AGENTFORGE_API_URL": "<YOUR_AGENTFORGE_API_URL>"
}
}
}
}{
"mcpServers": {
"agentforge-mcp": {
"command": "npx",
"args": [
"-y",
"agentforge-mcp"
],
"env": {
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>",
"AGENTFORGE_API_URL": "<YOUR_AGENTFORGE_API_URL>"
}
}
}
}{
"servers": {
"agentforge-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentforge-mcp"
],
"env": {
"AGENTFORGE_API_KEY": "<YOUR_AGENTFORGE_API_KEY>",
"AGENTFORGE_API_URL": "<YOUR_AGENTFORGE_API_URL>"
}
}
}
}claude mcp add agentforge-mcp --env AGENTFORGE_API_KEY=<YOUR_AGENTFORGE_API_KEY> --env AGENTFORGE_API_URL=<YOUR_AGENTFORGE_API_URL> -- npx -y agentforge-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.