AI-driven architecture browser: MCP server + desktop app. Claude Code, Codex & other AI agents explain your codebase with guided walkthroughs, diagrams and visual artifacts. Read-only, local-first. Tauri + Rust + Svelte.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"projectmind": {
"command": "cargo",
"args": [
"run",
"--",
"projectmind"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add projectmind cargo run -- projectmind
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"projectmind": {
"command": "cargo",
"args": [
"run",
"--",
"projectmind"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"> <img src="docs/assets/logo.png" alt="ProjectMind" width="96" height="96"/> </p> <h1 align="center">ProjectMind</h1> <p align="center"><strong>Your project, explained by AI.</strong></p> <p align="center"><sub>by Plaintext · MPL-2.0</sub></p> ProjectMind uses AI-ready project maps to explain software architecture,
Tools (20)
Esc architect_briefing browser_status class_outline commit_activity file_recency find_class list_artifacts list_changes_since list_classes list_html list_html_snippets list_module_files list_refs module_summary open_browser_repo open_repo pattern_check plugin_info present_artifact
Topics
ai-agents claude-code code-visualization code-walkthrough developer-tools java mcp mermaid model-context-protocol rust software-architecture svelte tauri tree-sitter