Skip to main content
Open your VS Code MCP configuration:
  • Run MCP: Open User Configuration from the Command Palette
  • Or manually edit:
    • macOS/Linux: ~/.config/Code/User/mcp.json
    • Windows: %APPDATA%\Code\User\mcp.json
See VS Code MCP docs for more info.
"mcpServers": [
  {
    "name": "semoia",
    "url": "https://beta.trysemoia.com/api/mcp",
    "headers": {
      "Authorization": "Bearer YOUR_API_KEY",
      "Origin": "https://beta.trysemoia.com"
    }
  }
]

For common issues, see our Troubleshooting page.