@cynosure-mcp/cynosure
v1.0.2
Published
MCP server for interacting with a Cynosure server — manage agents, conversations, memory, providers, and more
Maintainers
Readme
@cynosure-mcp/cynosure
MCP server for interacting with a Cynosure server — manage agents, conversations, memory, providers, and more.
Installation
npx @cynosure-mcp/cynosureOr install globally:
npm install -g @cynosure-mcp/cynosure
cynosureTools
| Tool | Description |
| --------------------------- | ------------------------------------ |
| health_check | Check server status |
| list_agents | List all agents |
| get_agent | Get agent details |
| create_agent | Create a new agent |
| update_agent | Update an existing agent |
| delete_agent | Delete an agent |
| list_conversations | List conversations |
| create_conversation | Start a new conversation |
| get_conversation_messages | Get messages in a conversation |
| get_execution_steps | Get execution steps for a message |
| send_message | Send a message in a conversation |
| cancel_chat | Cancel an active chat |
| delete_conversation | Delete a conversation |
| update_conversation_title | Update conversation title |
| search_memory | Semantic search across memory spaces |
Configuration
| Variable | Required | Description |
| -------------- | -------- | --------------------------------------------------------------- |
| CYNOSURE_URL | Yes | Base URL of the Cynosure server (e.g., http://localhost:3000) |
MCP Config
{
"mcpServers": {
"cynosure": {
"command": "npx",
"args": ["@cynosure-mcp/cynosure"],
"env": {
"CYNOSURE_URL": "http://localhost:3000"
}
}
}
}License
MIT
