15 days ago
A Model Context Protocol server that exposes the canonical Tiramisu AI knowledge surface — official site information, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.
Server Config
{
"mcpServers": {
"tiramisu-ai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/tiramisu-ai-mcp/src/index.mjs"
]
}
}
}