mcp

command
v1.3.4-prerelease01 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

README

Overview

This folder contains an MCP server which exposes useful Cadence tools to Cursor.

How to install

This should be integrated to Cursors inside devpod seamlessly. For now, follow manual steps below:

  1. Build the server executable
mkdir -p .bin && go build -o .bin/cadence_mcp tools/mcp/main.go
  1. Update .cursor/mcp.json with following entry. Use the full path to the executable:
{
"mcpServers": {
  "cadence-mcp-server": {
      "command": "/path/to/repo/.bin/cadence_mcp",
      "args": [],
      "env": {}
    }
  }
}
  1. Enable Agent mode in Cursor.

  2. Enable yolo mode if you want tools to be run without confirmation.

  3. Restart Cursor

Usage

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.

How to add a new tool

  1. Implement the tool in main.go
  2. Build the server executable
  3. Restart Cursor
  4. Ask a relevant questions and test it out

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL