MCP Configtypescript

torus-ts MCP Config

MCP server configuration from renlabs-dev/torus-ts

View Source
.mcp.json
{
  "mcpServers": {
    "linear": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.linear.app/mcp"]
    },
    "next-devtools": {
      "command": "npx",
      "args": ["-y", "next-devtools-mcp@latest"]
    }
  }
}