We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2d6a7 commit 996be3fCopy full SHA for 996be3f
1 file changed
.mcp.json
@@ -26,28 +26,9 @@
26
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GH_TOKEN}"
27
}
28
},
29
- "postgresql": {
30
- "command": "npx",
31
- "args": ["-y", "@modelcontextprotocol/server-postgres"],
32
- "env": {
33
- "POSTGRES_CONNECTION_STRING": "postgresql://postgres:postgres@localhost:5432/postgres?sslmode=disable"
34
- }
35
- },
36
- "notion": {
37
- "type": "http",
38
- "url": "https://mcp.notion.com/mcp"
39
40
- "figma-remote-mcp": {
41
42
- "url": "https://mcp.figma.com/mcp"
43
44
"chakra-ui": {
45
"command": "npx",
46
"args": ["-y", "@chakra-ui/react-mcp"]
47
48
- "prisma": {
49
50
- "args": ["-y", "prisma", "mcp"]
51
52
53
0 commit comments