DeepWiki (remote streamable-HTTP)
View on GitHubAsk questions about any public GitHub repository using DeepWiki's free hosted MCP endpoint. No authentication required.
name: "DeepWiki (remote streamable-HTTP)"
description: "Ask questions about any public GitHub repository using DeepWiki's free hosted MCP endpoint. No authentication required."
deepwiki:
type: streamable-http
url: https://mcp.deepwiki.com/mcp
Exa Search (SSE)
View on GitHubSemantic web search powered by Exa AI. Connects to the hosted Exa MCP endpoint via Server-Sent Events with Bearer token authentication.
name: "Exa Search (SSE)"
description: "Semantic web search powered by Exa AI. Connects to the hosted Exa MCP endpoint via Server-Sent Events with Bearer token authentication."
# Secrets: EXA_API_KEY — set with: argus-mcp secrets set EXA_API_KEY <your-exa-api-key>
# Get key at: https://dashboard.exa.ai/api-keys
exa-sse:
type: sse
url: "https://mcp.exa.ai/mcp"
headers:
Authorization: "Bearer ${EXA_API_KEY}"
Microsoft Learn (remote streamable-HTTP)
View on GitHubSearch and retrieve Microsoft documentation and learning content via the Microsoft Learn MCP endpoint. No authentication required.
name: "Microsoft Learn (remote streamable-HTTP)"
description: "Search and retrieve Microsoft documentation and learning content via the Microsoft Learn MCP endpoint. No authentication required."
microsoft-learn:
type: streamable-http
url: https://learn.microsoft.com/api/mcp
Want to add a configuration? See the contributing guide.