AgentHubAgentHub

agent-godmode

MCP ServerMCP Registry官方收录

io.github.mdvohra/agent-godmode · v0.1.9

Sandboxed workspace MCP: file ops, argv-only run_command, list_files; BYO LLM prompts.

概览

agent-godmode 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "agent-godmode": {
      "command": "uvx",
      "args": [
        "agent-godmode"
      ]
    }
  }
}

环境变量

AGENT_GODMODE_ROOT可选

Absolute workspace root; only paths under this directory are allowed. Omit if you pass --root to the CLI.

相关资源

统一 Manifest

{
  "id": "io.github.mdvohra/agent-godmode",
  "type": "mcp-server",
  "version": "0.1.9",
  "displayName": "agent-godmode",
  "description": "Sandboxed workspace MCP: file ops, argv-only run_command, list_files; BYO LLM prompts.",
  "repository": {
    "url": "https://github.com/mdvohra/agent-godmode",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "pypi",
        "identifier": "agent-godmode",
        "version": "0.1.9",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "AGENT_GODMODE_ROOT",
            "description": "Absolute workspace root; only paths under this directory are allowed. Omit if you pass --root to the CLI."
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.mdvohra/agent-godmode",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.mdvohra%2Fagent-godmode/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
agent-godmode — MCP Server 安装与配置 · AgentHub