Back to Apps

MeshMind
by meshmind-labs
Local intelligence mesh for disconnected, local-first AI systems coordinating specialized nodes via Ollama.
0 stars
Works in:claude
Exposes:Tools
What it does
MeshMind creates a resilient edge AI coordination layer that connects local AI systems into a collaborative mesh. It allows multiple specialized AI nodes (running on laptops, desktops, or phones) to work together over a local network without internet dependence. A coordinator node handles peer discovery, routes queries to the best-suited specialist, and aggregates results into a unified answer.
Tools
meshmind up: Starts the mesh coordinator and specialist nodes.meshmind query: Executes a query across the local mesh.meshmind doctor: Performs environment and configuration diagnostics.meshmind init: Bootstraps a new mesh project with presets.
Installation
Install the package via pip:
pip install "meshmind[mcp]"
Then run the MCP server:
meshmind mcp-serve
For Claude Desktop config:
{
"mcpServers": {
"meshmind": {
"command": "meshmind",
"args": ["mcp-serve"]
}
}
}
Supported hosts
- Claude Desktop
Quick install
pip install "meshmind[mcp]" && meshmind mcp-serveInformation
- Pricing
- free
- Published
- 6/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"meshmind": {
"command": "meshmind",
"args": ["mcp-serve"]
}
}
}





