Catalog
io.github.bitofacoder/omni-mcp-server
Officialby bitofacoder · TypeScript
All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.
Unified server integrating GitHub, Git, Slack, web fetching, memory, and file operations.
Topics
ai-agentsclaudeclaude-desktopcursormcpmcp-servermodel-context-protocoltypescript
README not available yet.
Install
Configuration
Environment variables
GITHUB_PERSONAL_ACCESS_TOKENsecretGitHub token for the GitHub tools (optional)
SLACK_BOT_TOKENsecretSlack bot token for slack_send_message (optional)
OMNI_AGENT_MODESet to 'true' to enable Agent Mode (shell execution and file writes). Disabled by default.
claude_desktop_config.json
{
"mcpServers": {
"omni-mcp-server": {
"command": "npx",
"args": [
"-y",
"@bitofacoder/omni-mcp-server@1.1.1"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>",
"SLACK_BOT_TOKEN": "<YOUR_SLACK_BOT_TOKEN>",
"OMNI_AGENT_MODE": "<YOUR_OMNI_AGENT_MODE>"
}
}
}
}