Awesome Copilot MCP Server
Model Context Protocol server for awesome-copilot agents and collections
About This MCP Server
This server uses a Bundled + In-Memory architecture for maximum reliability: 1. Startup: Loads metadata.json bundled directly within the npm package. Zero external dependencies. 2. Hot Updates: refresh_metadata fetches the latest data from GitHub and stores it in memory for the current session. 3. Sandbox Friendly: No local disk cache (~/.cache) is used, preventing permission issues in restricted environments (e.g., macOS App Sandbox).
Tools & Endpoints5
Specifications
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
Configure
{
"mcpServers": {
"awesome-copilot": {
"command": "npx",
"args": ["-y", "awesome-copilot-mcp", "start"]
}
}
}Performance
Usage
Quick Reference
- Name
- Awesome Copilot MCP Server
- Function
- Model Context Protocol server for awesome-copilot agents and collections
- Available Tools
- GET /health Health check, GET /metadata Return metadata index, GET /metadata/stream SSE streaming output of metadata, GET /search?q=kw Search, GET /openapi.json API Documentation
- Transport
- Package
- Language
- JavaScript/TypeScript
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.