forked from BerriAI/litellm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp_servers.json
More file actions
18 lines (18 loc) · 753 Bytes
/
mcp_servers.json
File metadata and controls
18 lines (18 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"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."
}
}