← Registry

Developer Tools

waveassist.ai

Manages the lifecycle of WaveAssist AI agents, including authentication, project listing, and deployment.

1 endpoint11 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://mcp.waveassist.ai/mcp

No auth detected

MCP server metadata

Name
waveassist
Version
1.29.0
Capabilities
experimentalpromptsresourcestools

Known tools 11

waveassist_build_guide

Return the WaveAssist agent-authoring guide (the build brain).

Inferred read-only
waveassist_login

Authenticate to WaveAssist.

Inferred read-only
waveassist_status

Show login status (configured UID + API base) and the agents this machine has built with WaveAgent (from the local registry).

Inferred read-only
waveassist_list_projects

List the WaveAssist projects in your account (live, server-side) — and double as a connectivity check.

Inferred read-only
waveassist_deploy_agent

Create or update a WaveAssist agent and install its nodes — UNARMED (the schedule does NOT fire yet).

Potential side effects
waveassist_set_key

Store an integration key/secret in the agent's key-value store, in BOTH the default and test environments (so test runs and live runs both see it).

Inferred read-only
waveassist_test_agent

Dry-run the agent on WaveAssist infra against its TEST environment.

Inferred read-only
waveassist_run_agent

Run the LIVE agent once, right now, against its DEFAULT environment.

Inferred read-only
waveassist_run_logs

Fetch recent run statuses (and node-level tracebacks for a specific dag_run_id) to debug a failing agent.

Inferred read-only
waveassist_arm_schedule

Arm the recurring schedule for a TESTED agent — it will now run on its cron/interval.

Inferred read-only
waveassist_disarm_schedule

Stop/pause a live agent's schedule.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.waveassist]
url = "https://mcp.waveassist.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "waveassist": {
      "type": "http",
      "url": "https://mcp.waveassist.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: waveassist
Remote MCP URL: https://mcp.waveassist.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "waveassist": {
      "url": "https://mcp.waveassist.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "waveassist": {
      "type": "http",
      "url": "https://mcp.waveassist.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "waveassist",
  "transport": "streamable-http",
  "url": "https://mcp.waveassist.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.