Filesystem MCP
Official 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 +1
Cursor, Claude Code, Windsurf +2
DetailsLets 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 config).
#mcp #github #git #prs #issues
Snippet
{
"mcpServers": {
"github": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_TOKEN"
}
}
}
}
Default config location for each supported agent.
.cursor/mcp.json.claude/settings.json.windsurf/mcp.json.cline/mcp.json.github/copilot/mcp.jsonOfficial 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 +1
Cursor, Claude Code, Windsurf +2
Details