~/agent-config
Browse
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 #files

Snippet

{
  "mcpServers": {
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/absolute/path/to/your/project"
      ]
    }
  }
}

Where it installs

Default config location for each supported agent.

Best for

GeneralFullstackFrontend

Related resources

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