Build AI agents that integrate tools, connect to MCP servers, and support multiple AI providers through portable JSON manifests.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"openforge": {
"command": "npx",
"args": [
"-y",
"Freak12567/openforge"
]
}
}
}
Run in terminal:
claude mcp add openforge npx -y Freak12567/openforge
Add to .cursor/mcp.json:
{
"mcpServers": {
"openforge": {
"command": "npx",
"args": [
"-y",
"Freak12567/openforge"
]
}
}
}