Skip to content

[Feat] Add well known MCP servers to LiteLLM #11209

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions mcp_servers.json
Original file line number Diff line number Diff line change
@@ -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": {
Copy link
Preview

Copilot AI May 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] Consider adding a descriptive field to the 'zapier' configuration for consistency with the other server entries that include descriptions.

Copilot uses AI. Check for mistakes.

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