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
DetailsBlank template for .cursor/mcp.json. Merge multiple MCP blocks from this catalog into one mcpServers object — don't paste separate JSON files on top of each other.
#mcp #configuration #template
Snippet
{
"mcpServers": {
"server-name": {
"command": "npx",
"args": ["-y", "package-name"],
"env": {
"API_KEY": "your-key-here"
}
}
}
}
Default config location for each supported agent.
.cursor/mcp.json.claude/settings.json.windsurf/mcp.json.cline/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
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…
#mcp #github #git +2
Cursor, Claude Code, Windsurf +2
DetailsBrowser automation for your agent — navigate pages, take snapshots, click, and fill forms. Useful for verifying UI changes and debugging web apps.
#mcp #browser #testing +2
Cursor, Claude Code, Windsurf +1
Details