Appearance
MCP Server
MANAGANI includes a Model Context Protocol (MCP) server for Claude Desktop, Cursor, and other MCP-compatible clients.
Connect once, then let compatible AI tools work with sites, URLs, feedback, roadmap, changelog, and widget conversations.
Features
- Tools across sites, URLs, feedback, roadmap, changelog, and widget chat
- Shared site context — use the same site ID across product workflows
- Fast setup — connect most MCP clients in about a minute
- Automatic default site — tools work without specifying a site
- Three transports: stdio (default), SSE, and Streamable HTTP
- Token-based auth via
Authorization: Bearer,access-token, or stdio env vars
Quick Start
bash
# Run with stdio transport (default)
env 'ACCESS-TOKEN'=your-access-token API_BASE_URL=https://your-instance.com node apps/mcp/server.js
# Run with HTTP transport
node apps/mcp/server.js --transport http --port 3002See Setup for Claude Desktop configuration and Tools for the full tool reference.
For Cursor (global User Rules, site .cursor/rules, and MCP server naming), see Cursor (IDE).
Tool Categories
| Category | Tools | Description |
|---|---|---|
| URLs | 6 | Save, list, search, read, update, delete URLs |
| Sites | 6 | Create, read, update, delete, list sites, and get counts |
| Feedback | 6 | List, read, create, update, comment, and suggest replies |
| Roadmap | 2 | Read roadmap and move feedback to roadmap lists |
| Changelog | 4 | List, draft, update, and publish changelog entries |
| Widget Chat | 3 | List, read, and reply to widget conversations |