Terminal Command Runner MCP Server
@neoforge-dev
About Terminal Command Runner MCP Server
NeoMCP server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"neoforge-mcp-server": {
"command": "uv",
"args": [
"venv"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Terminal Command Runner MCP Server?
Terminal Command Runner MCP Server is a Model Control Protocol (MCP) server that provides terminal command execution and file system management capabilities for AI assistants through a RESTful API interface. It is designed for developers and AI agents that need to run commands, manage files, and perform system operations programmatically.
How to use Terminal Command Runner MCP Server?
Install Python 3.13+ and the uv package manager. Clone the repository, create a virtual environment with uv, install dependencies (uv pip install -e .), then start the server with python server.py. To integrate with Cursor, add the server configuration to ~/.cursor/mcp.json using the provided JSON template.
Key features of Terminal Command Runner MCP Server
- Execute commands with configurable timeouts
- Manage long-running background processes
- Command blacklisting for security
- Read, write, move, and search files
- Create directories and list contents
- Precise text editing with search and replace
- System information retrieval and math evaluation
Use cases of Terminal Command Runner MCP Server
- AI assistant executing shell commands and managing outputs
- Automated file system operations within a controlled environment
- Background process management for long-running tasks
- Secure command execution with blacklist enforcement
- Interactive file editing and system probing
FAQ from Terminal Command Runner MCP Server
What are the prerequisites for running the server?
Python 3.13+ and the uv package manager (recommended) are required.
How do I install and start the server?
Clone the repository, create a virtual environment with uv venv, activate it, run uv pip install -e ., and start the server with python server.py. It will listen on http://0.0.0.0:8000.
How can I configure the server with Cursor?
Add the server entry to ~/.cursor/mcp.json using the provided JSON configuration, specifying the path to uv and the server script.
What security measures are included?
The server uses command blacklisting to block dangerous commands, enforces file size limits for read operations, and includes safeguards for mathematical expression evaluation.
What transport protocol does the server use?
The server exposes a RESTful API interface over HTTP, running on port 8000 by default.
Frequently asked questions
What are the prerequisites for running the server?
Python 3.13+ and the uv package manager (recommended) are required.
How do I install and start the server?
Clone the repository, create a virtual environment with `uv venv`, activate it, run `uv pip install -e .`, and start the server with `python server.py`. It will listen on http://0.0.0.0:8000.
How can I configure the server with Cursor?
Add the server entry to `~/.cursor/mcp.json` using the provided JSON configuration, specifying the path to `uv` and the server script.
What security measures are included?
The server uses command blacklisting to block dangerous commands, enforces file size limits for read operations, and includes safeguards for mathematical expression evaluation.
What transport protocol does the server use?
The server exposes a RESTful API interface over HTTP, running on port 8000 by default.
Basic information
More Developer Tools MCP servers

Kaiva Bridge
Kaiva Bridge turns any Postgres database or OpenAPI spec into a secure, hosted MCP server — per-tool access control, every call audited. Dependency Trust gives coding agents the senior-engineer check before adding a dep
Agent Conductor
icohangar-opsAgent conductor — AGENTS.md contract parser, SKILL.md registry, CHP decision engine over MCP

Windframe
Windframe MCP gives your AI the design taste needed to create consistent, production-ready UI that feels intentionally designed. Available at https://windframe.dev/mcp
MCP Server By TestMu AI
TestMu AITestMu AI MCP Server lets developers run, debug, and triage tests through natural language directly from their IDE (Cursor, Claude, GitHub Copilot, and other MCP clients). It exposes five tools — HyperExecute (test orche

directree
coburn2716directree MCP server — query the honest software directory from any AI assistant
Comments