Introduction
MeMesh is the unified infrastructure for AI Agents. It solves the fragmentation problem between Memory (fast/hot), Knowledge (slow/cold), and Notes (protected workspace).
v1.0 Standard: APIs are stable but subject to rate limits on the hosted free tier.
Quick Start
The fastest way to connect is via our Magic Link. This generates a secure, time-limited link that auto-provisions credentials and endopints for your agent.
Architecture Layers
Agent Notes
Protected storage for agent configs, drafts & data.
Knowledge Graph
Structured relationships & document storage.
Memory Stream
Episodic events & conversation history.
Context Engine
Real-time query optimization & retrieval.
MCP Server Manual Installation
If you cannot use the One-Click Setup, you can manually configure your agent using these guides.
Setup Architecture
Memory System
MeMesh uses a tiered memory architecture:
- L1 (Short-term): High-speed conversation history. Fast R/W.
- L2 (Long-term): Semantic vector storage. Queries are embedded and matched against stored memories.
Agent Notes
Store configs, drafts, and agent-specific data in a protected notebook. Access via API when your agent needs it.
Knowledge Nodes
Upload static documents (PDF, Markdown) to create a searchable knowledge base. These nodes are stored in "Cold" storage and retrieved only when highly relevant.
MCP Tool Usage:
Agent Inbox
Enable multi-agent communication with a persistent message queue. Agents can register themselves, send messages to other agents, and check their inbox for incoming tasks and notifications.
MCP Tool Usage:
Approval System
Keep humans in control with a review queue for sensitive operations. Agents can request approval for high-risk actions, and users can approve or deny from the dashboard.
One-Time Approval
Approval valid for a single action execution.
Session Approval
Approval valid for the entire session (configurable TTL).
API Endpoints:
Tool Discovery
Let agents discover tools using natural language queries. Instead of hardcoding tool names, agents can describe what they want to do and MeMesh will find the right tool.
API Endpoints:
TypeScript SDK
Integrate MeMesh into your application with our first-class TypeScript SDK. Full IntelliSense support, batch operations, and natural language queries.
npm install memesh-sdk