← Back to Plugins
MCP Server MCP

io.github.bitofacoder/omni-mcp-server

github By github 👁 1 views ▲ 0 votes

All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.

Homepage Verified source GitHub

Install

npx -y @bitofacoder/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@bitofacoder/omni-mcp-server",
      "version": "1.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "GitHub token for the GitHub tools (optional)",
          "format": "string",
          "isSecret": true,
          "name": "GITHUB_PERSONAL_ACCESS_TOKEN"
        },
        {
          "description": "Slack bot token for slack_send_message (optional)",
          "format": "string",
          "isSecret": true,
          "name": "SLACK_BOT_TOKEN"
        },
        {
          "description": "Set to 'true' to enable Agent Mode (shell execution and file writes). Disabled by default.",
          "format": "string",
          "name": "OMNI_AGENT_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...