mcp-developer-server

kogunlowo123/mcp-developer-server
★ 0 stars Python File System Updated today
A sandboxed Model Context Protocol server for source code: read-only developer tools in a contained workspace, secrets redacted, results marked untrusted. Implements MCP revision 2026-07-28.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-developer-server": {
      "command": "uvx",
      "args": [
        "mcp-developer-server"
      ]
    }
  }
}

Or install with pip: pip install mcp-developer-server

README Excerpt

A Model Context Protocol server that gives a language model read-only tools over one contained directory — and treats everything it returns as what it is: untrusted bytes from someone else's files, running with your privileges. **Documentation:** <https://kogunlowo123.github.io/mcp-developer-server/>

Tools (13)

MCP_HTTP__BEARER_TOKENMCP_SANDBOX__FOLLOW_SYMLINKSMCP_SANDBOX__TOOL_TIMEOUT_SECONDSMCP_SANDBOX__WORKSPACEMCP_SECURITY__REDACT_SECRETSMCP_SECURITY__SCAN_UNTRUSTED_CONTENTfind_symbolgit_diffgit_loglist_directoryproject_overviewread_filesearch_code