Add .mcp.json to .gitignore for user-specific MCP configuration
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -125,3 +125,6 @@ temp/
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# MCP configuration (user-specific)
|
||||
.mcp.json
|
||||
38
.mcp.json
38
.mcp.json
@@ -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"]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user