MCP Configtesting
gpt-coding-prompts MCP Config
MCP configuration with 14 servers: filesystem, memory, sequential-thinking + 11 more
.mcp.json
{
"mcpServers": {
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"."
]
},
"memory": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memory"
]
},
"sequential-thinking": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sequential-thinking"
]
},
"git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"."
]
},
"time": {
"command": "uvx",
"args": [
"mcp-server-time"
]
},
"fetch": {
"command": "uvx",
"args": [
"mcp-server-fetch"
]
},
"repomix": {
"command": "npx",
"args": [
"-y",
"repomix",
"--mcp"
]
},
"playwright": {
"command": "npx",
"args": [
"-y",
"@playwright/mcp@latest"
]
},
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp"
]
},
"chrome-devtools": {
"command": "npx",
"args": [
"-y",
"chrome-devtools-mcp@latest"
]
},
"exa": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.exa.ai/mcp"
]
},
"use-latest-version": {
"command": "node",
"args": [
"/home/andrew/use-latest-version-mcp-server/build/index.js"
]
},
"docker-compose": {
"command": "node",
"args": [
"/home/andrew/docker-compose-mcp-server/dist/server.js"
]
},
"indentation": {
"command": "node",
"args": [
"/home/andrew/indentation-mcp-server/build/index.js"
]
}
}
}