Create and explore Mermaid diagrams in collaboration with AI agents (TUI + MCP Server)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"nereid": {
"command": "cargo",
"args": [
"run",
"--",
"nereid"
]
}
}
}
Run in terminal:
claude mcp add nereid cargo run -- nereid
Add to .cursor/mcp.json:
{
"mcpServers": {
"nereid": {
"command": "cargo",
"args": [
"run",
"--",
"nereid"
]
}
}
}