mirror of
https://github.com/juanfont/headscale.git
synced 2025-11-20 01:40:21 -05:00
35 lines
734 B
JSON
35 lines
734 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": {}
|
|
}
|
|
}
|
|
}
|