diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 00000000..1303afda --- /dev/null +++ b/.mcp.json @@ -0,0 +1,48 @@ +{ + "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": {} + } + } +}