Back to search
30
MCP

@chamade/mcp-server

npm/@chamade/mcp-server

MCP server for Chamade — voice gateway for AI agents. v3 is a thin stdio shim around the hosted HTTP MCP at mcp.chamade.io, so every MCP client (stdio and HTTP) talks to the same hosted surface. Supports Claude Code channel mode for push events.

Uptime
0.0%
4 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

aichat-mcp
MCP server for inter-agent communication. Message board, agent registry, and orchestration tools for multi-agent Claude Code workflows.
0 tools
ChipsAI MCP Server
MCP server for ChipsAI — manage chatbots, conversations, and AI models
0 tools
@osmapi/mcp-server-osmtalk
MCP server for OsmTalk — make phone calls via Claude Desktop using voice AI agents
0 tools
chipsai-mcp
MCP server for ChipsAI — manage chatbots, conversations, documents, and AI models from any MCP client
0 tools
mcp-vapi
MCP server for Vapi. Let Claude Code, Cursor, and any MCP-compatible AI manage your voice assistants and trigger calls.
0 tools
@xihe-lab/tapd-mcp-server
MCP server for TAPD project management API, enabling AI assistants to manage stories, bugs, tasks, iterations and more via natural language
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@chamade/mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}