60 lines
1.3 KiB
Django/Jinja
60 lines
1.3 KiB
Django/Jinja
{
|
|
"mcpServers": {
|
|
"time": {
|
|
"command": "/srv/mcpo/.venv/bin/python",
|
|
"args": ["/srv/mcpo/.venv/bin/mcp-server-time", "--local-timezone=America/Toronto"]
|
|
},
|
|
"upstash-context7": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@upstash/context7-mcp"
|
|
]
|
|
},
|
|
"angelia": {
|
|
"url": "{{angelia_mcp_url}}",
|
|
"headers": {
|
|
"Authorization": "Bearer {{angelia_mcp_auth}}"
|
|
}
|
|
},
|
|
"argos": {
|
|
"type": "streamable_http",
|
|
"url": "{{argos_mcp_url}}"
|
|
},
|
|
"caliban": {
|
|
"type": "streamable_http",
|
|
"url": "{{caliban_mcp_url}}"
|
|
},
|
|
"gitea": {
|
|
"type": "streamable_http",
|
|
"url": "{{gitea_mcp_url}}"
|
|
},
|
|
"github": {
|
|
"type": "streamable_http",
|
|
"url": "https://api.githubcopilot.com/mcp/",
|
|
"headers": {
|
|
"Authorization": "Bearer {{github_personal_access_token}}"
|
|
}
|
|
},
|
|
"huggingface": {
|
|
"type": "streamable_http",
|
|
"url": "https://huggingface.co/mcp",
|
|
"headers": {
|
|
"Authorization": "Bearer {{huggingface_mcp_token}}"
|
|
}
|
|
},
|
|
"korax": {
|
|
"type": "streamable_http",
|
|
"url": "{{korax_mcp_url}}"
|
|
},
|
|
"neo4j-cypher": {
|
|
"type": "streamable_http",
|
|
"url": "{{neo4j_mcp_url}}"
|
|
},
|
|
"nike": {
|
|
"type": "streamable_http",
|
|
"url": "{{nike_mcp_url}}"
|
|
}
|
|
}
|
|
}
|