MCP Configtypescript

source-of-truth-monorepo MCP Config

MCP server configuration from Krosebrook/source-of-truth-monorepo

View Source
.mcp.json
{
  "mcpServers": {
    "context7": {
      "command": "npx",
      "args": ["-y", "@upstash/context7-mcp"]
    },
    "playwright": {
      "command": "npx",
      "args": ["@playwright/mcp@latest"]
    }
  }
}