MCP Configtypescript

terrastories-api MCP Config

MCP configuration with 2 servers: context7, serena

View Source
.mcp.json
{
  "mcpServers": {
    "context7": {
      "type": "http",
      "url": "https://mcp.context7.com/mcp"
    },
    "serena": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "--from",
        "git+https://github.com/oraios/serena",
        "serena-mcp-server",
        "--context",
        "ide-assistant",
        "--project",
        "/home/luandro/Dev/digidem/terrastories-api"
      ],
      "env": {}
    }
  }
}