a year ago
A GitHub MCP Server
Server Config
{
"mcpServers": {
"filesystem": {
"command": "uv",
"args": [
"--directory",
"path\to\repo",
"run",
"main.py"
]
}
}
}{
"mcpServers": {
"filesystem": {
"command": "uv",
"args": [
"--directory",
"path\to\repo",
"run",
"main.py"
]
}
}
}