5 months ago
A Model Context Protocol server that wraps the Chatvolt API, providing tools to manage agents, datastores, and CRM workflows.
This is a TypeScript-based MCP server that provides tools to interact with Chatvolt.
Server Config
{
"mcpServers": {
"chatvolt-mcp": {
"command": "npx",
"args": [
"chatvolt-mcp"
],
"env": {
"CHATVOLT_API_KEY": "YOUR KEY FROM chatvolt.ai"
},
"disabled": false,
"alwaysAllow": [
"get_agent"
]
}
}
}