mcpbeat Sign in

Omni MCP Server

by bitofacoder Your server? Claim it
local only

Omni MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 56 installs a week from npm. Last commit 10 Jun 2026.

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

Installs per day peak 17 · avg 8 · +51% w/w
a month agotoday
56
Installs / week
npm · @bitofacoder/omni-mcp-server
0
Stars
3 open issues
10 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Omni MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add omni-mcp-server -- npx -y @bitofacoder/omni-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "omni-mcp-server": {
      "args": [
        "-y",
        "@bitofacoder/omni-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.omni-mcp-server]
command = "npx"
args = ["-y", "@bitofacoder/omni-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "omni-mcp-server": {
      "args": [
        "-y",
        "@bitofacoder/omni-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "omni-mcp-server": {
      "args": [
        "-y",
        "@bitofacoder/omni-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GITHUB_PERSONAL_ACCESS_TOKEN (GitHub token for the GitHub tools (optional)), SLACK_BOT_TOKEN (Slack bot token for slack_send_message (optional)), OMNI_AGENT_MODE (Set to 'true' to enable Agent Mode (shell execution and file writes). Disabled by default.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Omni MCP Server

same job, measured the same way
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only
Contextforge MCP
by alfredoizdev

Persistent memory MCP server for Claude Code, Cursor, and GitHub Copilot.

197 installs/wk local only
Git MCP Server
by ray0907

MCP server for GitLab and GitHub

37 installs/wk local only
Agentic Task System (ATS)
by renezander030

MCP server giving AI agents persistent task memory across TickTick, Notion, GitHub, Linear & Beads

232 installs/wk local only
Ainative Zerodb Memory MCP
by ainative-studio

ZeroDB agent-memory MCP — 18 tools: memory + write-back to Slack, Gmail, Calendar, GitHub.

162 installs/wk local only
Github
by davidweb3-ctrl

GitHub MCP Server - List PRs, issues, repo info, and search code

21 installs/wk local only
ContextStream MCP Server
by contextstream

Project memory, semantic code search, and grounded agent context.

answering
remem-mcp — Local-first MCP Memory + CodeGraph + Wiki
by tinhien11

Local-first memory for AI coding agents. Memory + CodeGraph + Wiki in one SQLite file.

92 installs/wk local only

Omni MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Omni MCP Server?
Omni MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @bitofacoder/omni-mcp-server was installed 56 times last week.
How do I connect Omni MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @bitofacoder/omni-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Omni MCP Server?
The npm package @bitofacoder/omni-mcp-server was installed 56 times in the last week. Week over week that is +51%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Omni MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 0 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.