Cursor
Configure Weavetab as an MCP server for Cursor IDE.
# Cursor Integration
## Config File Location
| Scope | Path |
|---|---|
| **Global** | `~/.cursor/mcp_config.json` |
| **Project** | `.cursor/mcp.json` (in project root) |
## Configuration
```json
{
"mcpServers": {
"weavetab": {
"command": "weavetab",
"args": []
}
}
}
```