diff --git a/mcp_servers.json b/mcp_servers.json index c19681574717..3e1afe0916f9 100644 --- a/mcp_servers.json +++ b/mcp_servers.json @@ -1,16 +1,18 @@ { - "brave-search": { - "command": "docker", - "args": [ - "run", - "-i", - "--rm", - "-e", - "BRAVE_API_KEY", - "mcp/brave-search" - ], - "env": { - "BRAVE_API_KEY": "YOUR_API_KEY_HERE" - } + "zapier": { + "sse_url": "https://mcp.zapier.com/api/mcp" + }, + "deepwiki": { + "http_url": "https://mcp.deepwiki.com/mcp", + "sse_url": "https://mcp.deepwiki.com/sse", + "description": "The DeepWiki MCP server provides programmatic access to DeepWiki's repository documentation (Devin Wiki) and search capabilities (Devin Search)." + }, + "jira": { + "sse_url": "https://mcp.atlassian.com/v1/sse", + "description": "The Jira MCP server provides programmatic access to Jira's issue tracking capabilities." + }, + "linear": { + "sse_url": "https://mcp.linear.app/sse", + "description": "The Linear MCP server provides programmatic access to Linear's issue tracking capabilities." } } \ No newline at end of file