GitHub MCP
Lets your agent read issues, PRs, and repo metadata from GitHub. Add a personal access token with repo scope to .cursor/mcp.json (or your agent's MCP…
#mcp #github #git +2
Cursor, Claude Code, Windsurf +2
DetailsOfficial MCP server for controlled local file access. Set allowed directories in the args — only paths listed here can be read or written by the agent.
#mcp #filesystem #local #files
Snippet
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"/absolute/path/to/your/project"
]
}
}
}
Default config location for each supported agent.
.cursor/mcp.json.claude/settings.json.windsurf/mcp.json.cline/mcp.json.codex/config.tomlLets your agent read issues, PRs, and repo metadata from GitHub. Add a personal access token with repo scope to .cursor/mcp.json (or your agent's MCP…
#mcp #github #git +2
Cursor, Claude Code, Windsurf +2
Details