All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
One MCP server instead of six. GitHub, local Git, Slack, web fetching, persistent memory, and filesystem tools β 15 tools in a single config entry, with dangerous capabilities off by default.

Setting up MCP usually means installing and configuring a separate server for every capability β one for GitHub, one for filesystem, one for memory, one for fetch. Each has its own config block, its own runtime, its own startup cost.
Omni bundles the everyday developer tools into one server, one config entry, one npx command:
| You'd normally install⦠| With Omni |
|---|---|
server-github | β built in |
server-filesystem | β built in |
server-memory | β built in |
server-fetch | β built in |
| a git server | β built in |
| a Slack server | β built in |
npx.The wizard asks for your optional tokens (GitHub, Slack), asks whether to enable Agent Mode, and updates your Claude Desktop config for you. Restart Claude Desktop and you're done.
Add this to your client's MCP config (e.g. claude_desktop_config.json):
All env vars are optional β tools that need a missing token simply tell you so.
| Group | Tool | What it does |
|---|---|---|
| π GitHub | github_search_repos | Search GitHub repositories |
github_get_issue | Get details of a specific issue | |
| π³ Local Git | git_status | Working tree + staging area status |
git_diff | View local code changes | |
git_log | View commit history | |
git_commit | Commit staged changes with a message | |
| π» System | system_read_file | Read a local file |
system_list_dir | List a directory | |
system_write_file | β οΈ Write a file (Agent Mode only) | |
system_execute_command | β οΈ Run a shell command (Agent Mode only) | |
| π Web | web_fetch | Fetch any public URL as clean Markdown β no API key needed |
| π§ Memory | memory_store | Save a note/preference across chats |
memory_retrieve | Retrieve a saved memory | |
memory_list | List everything remembered | |
| π¬ Slack | slack_send_message | Send a message to a Slack channel |
system_execute_command and system_write_file let the AI act on your machine β run tests, install packages, edit files. Because that's real power, they are disabled by default and don't even appear in the tool list until you enable them:
Everything else (reading files, git status, web fetch, memory) is read-only or sandboxed to its own data file.
PRs welcome β especially new integrations (Linear, Notion, Jira, Discord) and Agent Mode hardening (allowlists, working-dir scoping). Open an issue first for bigger changes.
If Omni saved you some config wrangling, a β helps other people find it.
MIT β see LICENSE.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/omni-mcp-server)<a href="https://allmcps.com/mcp/omni-mcp-server"><img src="https://allmcps.com/api/badge/omni-mcp-server?style=directory" alt="Omni MCP Server on AllMCPs" /></a>