Add .mcp.json to .gitignore for user-specific MCP configuration

This commit is contained in:
kappa
2025-08-10 17:59:55 +09:00
parent ebfe37717e
commit f1e3c76c6d
2 changed files with 4 additions and 39 deletions

5
.gitignore vendored
View File

@@ -124,4 +124,7 @@ temp/
.Spotlight-V100 .Spotlight-V100
.Trashes .Trashes
ehthumbs.db ehthumbs.db
Thumbs.db Thumbs.db
# MCP configuration (user-specific)
.mcp.json

View File

@@ -1,38 +0,0 @@
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp@latest"]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp"
],
"env": {}
},
"cloudflare": {
"command": "npx",
"args": ["mcp-remote", "https://docs.mcp.cloudflare.com/sse"]
},
"podman": {
"command": "npx",
"args": [
"-y",
"podman-mcp-server@latest"
]
},
"incus": {
"command": "node",
"args": ["/Users/kaffa/mcp-servers/incus-mcp/build/index.js"]
}
}
}