mirror of
https://github.com/BerriAI/litellm.git
synced 2025-12-06 11:33:26 +08:00
add well known MCP servers (#11209)
This commit is contained in:
@@ -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."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user