F
Forge
by @ferodrigop
Terminal MCP server for AI coding agents — spawn, manage, and monitor PTY sessions via the Model Context Protocol
Created 3/11/2026
Updated 3 days ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-forge
Cursor configuration (mcp.json)
{
"mcpServers": {
"ferodrigop-forge": {
"command": "npx",
"args": [
"ferodrigop-forge"
]
}
}
}