~/agent-config
Browse
MCP

MCP Config Template

Blank 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"
      }
    }
  }
}

Where it installs

Default config location for each supported agent.

Best for

GeneralCursor

Related resources

MCP

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

Details
MCP

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

Details
MCP

Playwright MCP

Browser 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