MCP server for Anzenna
claude mcp add anzenna --transport sse https://mcp.anzenna.ai/sse
~/.cursor/mcp.json
{
"mcpServers": {
"anzenna": {
"url": "https://mcp.anzenna.ai/sse"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"anzenna": {
"serverUrl": "https://mcp.anzenna.ai/sse"
}
}
}
.vscode/mcp.json
{
"servers": {
"anzenna": {
"type": "sse",
"url": "https://mcp.anzenna.ai/sse"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"anzenna": {
"url": "https://mcp.anzenna.ai/sse"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"anzenna": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.anzenna.ai/sse"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| sse | https://mcp.anzenna.ai/sse | none |
Fast responses, sensible error messages when inputs were off.
Solid tool — did exactly what the schema promised on the first call.
Solid tool — did exactly what the schema promised on the first call.
Reliable across a long session; no dropped connections.
POST /mcp