24 lines
492 B
TOML
24 lines
492 B
TOML
[mcp_servers.better-t-stack]
|
|
command = "bunx"
|
|
args = ["create-better-t-stack@latest", "mcp"]
|
|
|
|
[mcp_servers.context7]
|
|
command = "npx"
|
|
args = ["-y", "@upstash/context7-mcp"]
|
|
|
|
[mcp_servers.convex]
|
|
command = "npx"
|
|
args = ["-y", "convex@latest", "mcp", "start"]
|
|
|
|
[mcp_servers.shadcn]
|
|
command = "npx"
|
|
args = ["-y", "shadcn@latest", "mcp"]
|
|
|
|
[mcp_servers.better-auth]
|
|
type = "http"
|
|
url = "https://mcp.inkeep.com/better-auth/mcp"
|
|
|
|
[mcp_servers.expo-mcp]
|
|
type = "http"
|
|
url = "https://mcp.expo.dev/mcp"
|