tools/mcp/README.md
This folder contains an MCP server which exposes useful Cadence tools to Cursor.
This should be integrated to Cursors inside devpod seamlessly. For now, follow manual steps below:
mkdir -p .bin && go build -o .bin/cadence_mcp tools/mcp/main.go
{
"mcpServers": {
"cadence-mcp-server": {
"command": "/path/to/repo/.bin/cadence_mcp",
"args": [],
"env": {}
}
}
}
Enable Agent mode in Cursor.
Enable yolo mode if you want tools to be run without confirmation.
Restart Cursor
Ask a relevant question. For example:
Is my Cadence domain "cadence-system" resilient to regional outages?
For now, it will tell you "Yes" if the domain is global, and "No" otherwise.