omni mcp server for Cline
io.github.bitofacoder/omni-mcp-server
All-in-one MCP server: GitHub, Git, Slack, web fetch, memory, and filesystem. Agent Mode opt-in.
client:Cline
transport:stdio
runtime:npm
Install omni mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"omni-mcp-server": {
"command": "npx",
"args": [
"-y",
"@bitofacoder/omni-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<GITHUB_PERSONAL_ACCESS_TOKEN>",
"SLACK_BOT_TOKEN": "<SLACK_BOT_TOKEN>",
"OMNI_AGENT_MODE": "<OMNI_AGENT_MODE>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs