{ "mcpServers": { "filesystem": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-filesystem", "${CLAUDE_PLUGIN_ROOT}" ], "description": "File system operations with read/write access" }, "git": { "command": "npx", "args": [ "-y", "mcp-server-git", "--repository", "${CLAUDE_PLUGIN_ROOT}" ], "description": "Git repository operations and version control" }, "sequential-thinking": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sequential-thinking" ], "description": "Enhanced reasoning and step-by-step problem solving" }, "time": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-time" ], "description": "Current time and date information" } } }