ferodrigop/forge
by Various
Terminal MCP server for AI coding agents — spawn, manage, and monitor PTY sessions via the Model Context Protocol
MCP
ferodrigop/forge
Added 1 June 2026
Overview
A terminal MCP server that lets AI coding agents spawn, manage, and monitor PTY sessions using the Model Context Protocol. It provides a standardized interface for agents to run shell commands and capture terminal output.
Best for
Best for
Developers building AI coding agents that require direct terminal interaction via MCP
Use cases
- Let an AI agent run shell commands in a controlled PTY session
- Monitor and capture terminal output from an agent
- Manage multiple concurrent PTY sessions for agent-driven workflows
Notes
A terminal MCP server that lets AI coding agents spawn, manage, and monitor PTY sessions using the Model Context Protocol. It provides a standardized interface for agents to run shell commands and capture terminal output.
15 stars on GitHub. Last updated 2026-04-08. Licensed MIT.
Use cases
- Let an AI agent run shell commands in a controlled PTY session
- Monitor and capture terminal output from an agent
- Manage multiple concurrent PTY sessions for agent-driven workflows
Pros
- Exposes terminal access through a standard MCP interface
- Written in TypeScript, offering type safety for integration
- Enables programmatic control of PTY sessions for agents
Cons
- Very small community with only 15 GitHub stars
- Likely limited documentation and examples
- Relies on the Model Context Protocol, which may not be widely adopted
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Exposes terminal access through a standard MCP interface
- Written in TypeScript, offering type safety for integration
- Enables programmatic control of PTY sessions for agents
Cons
- Very small community with only 15 GitHub stars
- Likely limited documentation and examples
- Relies on the Model Context Protocol, which may not be widely adopted
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.