Files
gh-elsif-dev-claude-plugins…/.mcp.json
2025-11-29 18:25:31 +08:00

40 lines
919 B
JSON

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