add well known MCP servers (#11209)

This commit is contained in:
Ishaan Jaff
2025-05-28 10:46:26 -07:00
committed by GitHub
parent 85525c5c6b
commit 1301cfb06b

View File

@@ -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."
}
}