Back to MCP Servers
Forge
Terminal MCP server for AI coding agents with persistent PTY sessions, ring-buffer incremental reads, headless xterm screen capture, multi-agent orchestration, and a real-time web dashboard.
command-lineaiagent
By ferodrigop
Installation
npx -y forgeConfiguration
{
"mcpServers": {
"forge": {
"command": "npx",
"args": ["-y", "forge"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes