153 lines
3.9 KiB
JSON
153 lines
3.9 KiB
JSON
{
|
|
"$schema": "https://raw.githubusercontent.com/can1357/oh-my-pi/main/packages/coding-agent/src/config/mcp-schema.json",
|
|
"mcpServers": {
|
|
"jira": {
|
|
"command": "uvx",
|
|
"args": ["mcp-atlassian==0.21.0"],
|
|
"env": {
|
|
"JIRA_URL": "${JIRA_URL}",
|
|
"JIRA_EMAIL": "${JIRA_EMAIL}",
|
|
"JIRA_API_TOKEN": "${JIRA_API_TOKEN}"
|
|
}
|
|
},
|
|
"github": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-github"],
|
|
"env": {
|
|
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}"
|
|
}
|
|
},
|
|
"firecrawl": {
|
|
"command": "npx",
|
|
"args": ["-y", "firecrawl-mcp"],
|
|
"env": {
|
|
"FIRECRAWL_API_KEY": "${FIRECRAWL_API_KEY}"
|
|
}
|
|
},
|
|
"supabase": {
|
|
"command": "npx",
|
|
"args": ["-y", "@supabase/mcp-server-supabase@latest", "--project-ref=${SUPABASE_PROJECT_REF}"]
|
|
},
|
|
"memory": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-memory"]
|
|
},
|
|
"omega-memory": {
|
|
"command": "uvx",
|
|
"args": ["omega-memory", "serve"]
|
|
},
|
|
"longhand": {
|
|
"command": "longhand",
|
|
"args": ["mcp-server"]
|
|
},
|
|
"sequential-thinking": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-sequential-thinking"]
|
|
},
|
|
"vercel": {
|
|
"type": "http",
|
|
"url": "https://mcp.vercel.com"
|
|
},
|
|
"railway": {
|
|
"command": "npx",
|
|
"args": ["-y", "@railway/mcp-server"]
|
|
},
|
|
"cloudflare-docs": {
|
|
"type": "http",
|
|
"url": "https://docs.mcp.cloudflare.com/mcp"
|
|
},
|
|
"cloudflare-workers-builds": {
|
|
"type": "http",
|
|
"url": "https://builds.mcp.cloudflare.com/mcp"
|
|
},
|
|
"cloudflare-workers-bindings": {
|
|
"type": "http",
|
|
"url": "https://bindings.mcp.cloudflare.com/mcp"
|
|
},
|
|
"cloudflare-observability": {
|
|
"type": "http",
|
|
"url": "https://observability.mcp.cloudflare.com/mcp"
|
|
},
|
|
"clickhouse": {
|
|
"type": "http",
|
|
"url": "https://mcp.clickhouse.cloud/mcp"
|
|
},
|
|
"exa-web-search": {
|
|
"command": "npx",
|
|
"args": ["-y", "exa-mcp-server"],
|
|
"env": {
|
|
"EXA_API_KEY": "${EXA_API_KEY}"
|
|
}
|
|
},
|
|
"context7": {
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp@latest"]
|
|
},
|
|
"magic": {
|
|
"command": "npx",
|
|
"args": ["-y", "@magicuidesign/mcp@latest"]
|
|
},
|
|
"filesystem": {
|
|
"command": "npx",
|
|
"args": ["-y", "@modelcontextprotocol/server-filesystem"]
|
|
},
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": ["-y", "@playwright/mcp", "--browser", "chrome"]
|
|
},
|
|
"fal-ai": {
|
|
"command": "npx",
|
|
"args": ["-y", "fal-ai-mcp-server"],
|
|
"env": {
|
|
"FAL_KEY": "${FAL_KEY}"
|
|
}
|
|
},
|
|
"browserbase": {
|
|
"command": "npx",
|
|
"args": ["-y", "@browserbasehq/mcp-server-browserbase"],
|
|
"env": {
|
|
"BROWSERBASE_API_KEY": "${BROWSERBASE_API_KEY}"
|
|
}
|
|
},
|
|
"browser-use": {
|
|
"type": "http",
|
|
"url": "https://api.browser-use.com/mcp",
|
|
"headers": {
|
|
"x-browser-use-api-key": "${BROWSER_USE_API_KEY}"
|
|
}
|
|
},
|
|
"devfleet": {
|
|
"type": "http",
|
|
"url": "http://localhost:18801/mcp"
|
|
},
|
|
"token-optimizer": {
|
|
"command": "npx",
|
|
"args": ["-y", "token-optimizer-mcp"]
|
|
},
|
|
"laraplugins": {
|
|
"type": "http",
|
|
"url": "https://laraplugins.io/mcp/plugins"
|
|
},
|
|
"confluence": {
|
|
"command": "npx",
|
|
"args": ["-y", "confluence-mcp-server"],
|
|
"env": {
|
|
"CONFLUENCE_BASE_URL": "${CONFLUENCE_BASE_URL}",
|
|
"CONFLUENCE_EMAIL": "${CONFLUENCE_EMAIL}",
|
|
"CONFLUENCE_API_TOKEN": "${CONFLUENCE_API_TOKEN}"
|
|
}
|
|
},
|
|
"evalview": {
|
|
"command": "python3",
|
|
"args": ["-m", "evalview", "mcp", "serve"],
|
|
"env": {
|
|
"OPENAI_API_KEY": "${OPENAI_API_KEY}"
|
|
}
|
|
},
|
|
"squish": {
|
|
"command": "npx",
|
|
"args": ["-y", "squish-memory"]
|
|
}
|
|
}
|
|
}
|