omni-mcp-server
About
All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GITHUB_PERSONAL_ACCESS_TOKEN SLACK_BOT_TOKEN OMNI_AGENT_MODEClaude Code
claude mcp add --env GITHUB_PERSONAL_ACCESS_TOKEN= --env SLACK_BOT_TOKEN= --env OMNI_AGENT_MODE= omni-mcp-server -- npx @bitofacoder/omni-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"omni-mcp-server","command":"npx","args":["@bitofacoder/omni-mcp-server"],"env":{"GITHUB_PERSONAL_ACCESS_TOKEN":"","SLACK_BOT_TOKEN":"","OMNI_AGENT_MODE":""}}'
JSON
{
"mcpServers": {
"omni-mcp-server": {
"command": "npx",
"args": [
"@bitofacoder/omni-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "",
"SLACK_BOT_TOKEN": "",
"OMNI_AGENT_MODE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.