MCP Configtypescript
source-of-truth-monorepo MCP Config
MCP server configuration from Krosebrook/source-of-truth-monorepo
.mcp.json
{
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"]
},
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
}