MCP Configgeneral

speckit MCP Config

MCP server configuration from jmanhype/speckit

View Source
.mcp.json
{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": ["-y", "linear-mcp-server"],
      "env": {
        "LINEAR_API_KEY": "${LINEAR_API_KEY}"
      }
    },
    "specmatic": {
      "command": "npx",
      "args": ["-y", "@specmatic/mcp"],
      "env": {
        "SPECMATIC_CENTRAL_REPO_URL": "${SPECMATIC_CENTRAL_REPO_URL}"
      }
    },
    "playwright": {
      "command": "npx",
      "args": ["-y", "@anthropic/mcp-playwright"],
      "env": {}
    }
  }
}