MCP Server
MCP
AgentForge
Turn rough requests into rigorously structured prompts, for any coding agent.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "agentforge-mcp",
"version": "0.1.4",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your AgentForge API key from https://agentforge.sciscale.org/account/keys",
"isRequired": true,
"isSecret": true,
"name": "AGENTFORGE_API_KEY"
},
{
"description": "AgentForge API base URL (defaults to https://agentforge.sciscale.org)",
"default": "https://agentforge.sciscale.org",
"name": "AGENTFORGE_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment