Servers
Flash-GitHub
@ruilacerda
A GitHub API integration server using the MCP (Message Control Protocol) framework
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"flash-github": {
"command": "python",
"args": [
"flash-github.py"
]
}
}
}