mirror of
https://github.com/juanfont/headscale.git
synced 2025-09-16 17:50:44 +02:00
49 lines
846 B
JSON
49 lines
846 B
JSON
{
|
|
"mcpServers": {
|
|
"claude-code-mcp": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@steipete/claude-code-mcp@latest"
|
|
],
|
|
"env": {}
|
|
},
|
|
"sequential-thinking": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-sequential-thinking"
|
|
],
|
|
"env": {}
|
|
},
|
|
"nixos": {
|
|
"type": "stdio",
|
|
"command": "uvx",
|
|
"args": [
|
|
"mcp-nixos"
|
|
],
|
|
"env": {}
|
|
},
|
|
"context7": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@upstash/context7-mcp"
|
|
],
|
|
"env": {}
|
|
},
|
|
"git": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@cyanheads/git-mcp-server"
|
|
],
|
|
"env": {}
|
|
}
|
|
}
|
|
}
|