{
"mcpServers": {
"awesome-copilot-custom-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Last commit 149 days ago. 1 stars.
Will it work with my client?
Transport: stdio, http. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Awesome Copilot Custom Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
This is an MCP server that retrieves GitHub Copilot customizations from the mbs-copilot-devcontext repository.
Awesome Copilot MCP server includes:
| Building Block | Name | Description | Usage |
|----------------|-----------------------|-----------------------------------------------------------------------|------------------------------------------|
| Tools | search_instructions | Searches custom instructions based on keywords in their descriptions. | #search_instructions |
| Tools | load_instruction | Loads a custom instruction from the repository. | #load_instruction |
| Prompts | get_search_prompt | Get a prompt for searching copilot instructions. | /mcp.awesome-copilot.get_search_prompt |
This MCP server uses the GitHub API to fetch custom instructions from the awesome-copilot repository. You need to configure a GitHub Personal Access Token to authenticate with the GitHub API.
repo scopeFor local development, create a .env file in the src/McpSamples.AwesomeCopilot.HybridApp directory:
cd $REPOSITORY_ROOT/awesome-copilot/src/McpSamples.AwesomeCopilot.HybridApp
cp .env.example .env
Edit the .env file and add your GitHub token:
GITHUB__TOKEN=your_github_token_here
Security Note: The
.envfile is automatically ignored by git. Never commit your token to source control.
For Docker containers and Azure deployments, pass the token as an environment variable (see respective sections below).
You can override the default repository settings using environment variables:
GITHUB__REPOSITORYOWNER: Repository owner (default: github)GITHUB__REPOSITORYNAME: Repository name (default: awesome-copilot)GITHUB__BRANCH: Branch name (defa