Overview
The Terminal Command Runner MCP Server is a powerful Model Control Protocol (MCP) server that enables terminal command execution and file system management capabilities for AI assistants through a RESTful API interface.
To use the MCP server, clone the repository, set up a virtual environment, install dependencies, and start the server. The server will be accessible at http://0.0.0.0:8000.
- Execute commands with configurable timeouts - Manage long-running processes - Fetch output from active command sessions - File system operations including reading/writing files and directory management - Mathematical expression evaluation
- Automating command execution for AI assistants
- Managing file systems programmatically
- Evaluating mathematical expressions in a server environment
Add to your AI client
Use these steps to connect Terminal Command Runner MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"neoforge-mcp-server-neoforge-dev": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-neoforge-mcp-server-neoforge-dev"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"neoforge-mcp-server-neoforge-dev": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-neoforge-mcp-server-neoforge-dev"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"neoforge-mcp-server-neoforge-dev": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-neoforge-mcp-server-neoforge-dev"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"neoforge-mcp-server-neoforge-dev": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-neoforge-mcp-server-neoforge-dev"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"neoforge-mcp-server-neoforge-dev": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-neoforge-mcp-server-neoforge-dev"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"neoforge-mcp-server-neoforge-dev": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-neoforge-mcp-server-neoforge-dev"
]
}
}
}FAQ
What programming language is used for the server?
The server is built using Python.
How can I contribute to the project?
Contributions are welcome! You can submit a Pull Request on GitHub.
Is there a license for this project?
Yes, the project is licensed under the MIT License.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3831,"uuid":"1f9501a1-ec95-46f9-b0d3-60857e8e8081","name":"neoforge-mcp-server","title":"Terminal Command Runner MCP Server","description":"NeoMCP server","avatar_url":"https://avatars.githubusercontent.com/u/198049476?v=4","created_at":"2025-03-21T22:38:30.505Z","updated_at":"2025-03-21T22:58:37.855Z","status":"created","author_name":"neoforge-dev","author_avatar_url":"https://avatars.githubusercontent.com/u/198049476?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/neoforge-dev/neoforge-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-26 20:11:16\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]