{
"mcpServers": {
"playwright": {
"command": "npx",
"args": [
"@playwright/mcp@latest",
"--vision"
]
},
"openai-gpt-image-mcp": {
"command": "node",
"args": [
"/Users/olegstefanov/Base/Prog/libs/openai-gpt-image-mcp/dist/index.js" // path to the MCP server, need to be cloned from
],
"env": {
"OPENAI_API_KEY": "..."
}
},
"context7": {
"command": "npx",
"args": [
"-y",
"@upstash/context7-mcp@latest"
]
},
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase@latest",
"--access-token",
"sbp_..."
]
},
"getstack": {
"command": "uvx",
"args": [
"getstack-mcp@latest"
],
"description": "MCP server for getting templates"
},
"postgres": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-postgres",
"postgresql://login:password@host:port/db_name"
]
},
"TestSprite": {
"command": "npx @testsprite/testsprite-mcp@latest",
"env": {
"API_KEY": "..."
},
"args": []
}
}
}Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|