★ 62 stars
Rust
🗄️ Database
Updated 17d ago
Rust MCP server for multi-agent coordination: 34 tools, Git-backed archive, SQLite indexing, advisory file locks, and an interactive TUI console
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp_agent_mail_rust": {
"command": "cargo",
"args": [
"run",
"--",
"mcp_agent_mail_rust"
]
}
}
}
Run in terminal:
claude mcp add mcp_agent_mail_rust cargo run -- mcp_agent_mail_rust
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp_agent_mail_rust": {
"command": "cargo",
"args": [
"run",
"--",
"mcp_agent_mail_rust"
]
}
}
}
Topics
ai-agentscoordinationmcprusttui