25 lines
513 B
JSON
25 lines
513 B
JSON
{
|
|
"mcpServers": {
|
|
"better-t-stack": {
|
|
"command": "bunx",
|
|
"args": ["create-better-t-stack@latest", "mcp"]
|
|
},
|
|
"context7": {
|
|
"command": "npx",
|
|
"args": ["-y", "@upstash/context7-mcp"]
|
|
},
|
|
"shadcn": {
|
|
"command": "npx",
|
|
"args": ["-y", "shadcn@latest", "mcp"]
|
|
},
|
|
"better-auth": {
|
|
"type": "http",
|
|
"url": "https://mcp.inkeep.com/better-auth/mcp"
|
|
},
|
|
"expo-mcp": {
|
|
"type": "http",
|
|
"url": "https://mcp.expo.dev/mcp"
|
|
}
|
|
}
|
|
}
|