Initial commit
This commit is contained in:
39
.mcp.json
Normal file
39
.mcp.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user