memoh-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@memoh-mcplist all my bots"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
memoh-mcp
MCP server for managing Memoh AI agents from Claude Code, Cursor, or any MCP-compatible client.
26 Tools
Category | Tools |
Bots |
|
Containers |
|
Files |
|
Skills |
|
Memory |
|
Chat |
|
Settings |
|
Heartbeat |
|
Health |
|
Related MCP server: Spaceship MCP
Quick Start
1. Install
pip install mcp python-dotenvOr with uv:
uv pip install mcp python-dotenv2. Configure
Set environment variables (or create a .env file next to the server script):
export MEMOH_API=http://localhost:8080
export MEMOH_USER=admin
export MEMOH_PASS=your-password3. Add to Claude Code
Add to ~/.claude/settings.json:
{
"mcpServers": {
"memoh": {
"command": "python3",
"args": ["/path/to/memoh_mcp_server.py"]
}
}
}Or with a .env wrapper script:
{
"mcpServers": {
"memoh": {
"command": "/path/to/wrapper.sh"
}
}
}Where wrapper.sh:
#!/bin/bash
exec python3 /path/to/memoh_mcp_server.py "$@"4. Add to Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"memoh": {
"command": "python3",
"args": ["/path/to/memoh_mcp_server.py"],
"env": {
"MEMOH_API": "http://localhost:8080",
"MEMOH_USER": "admin",
"MEMOH_PASS": "your-password"
}
}
}
}Usage
Once connected, your AI assistant can manage Memoh bots directly:
List bots: See all bots with their IDs and status
Read/write files: Edit bot identity, soul, memory, and other config files in containers
Manage skills: Add procedural protocols that guide bot behavior
Vector memory: Add, search, and delete bot memories
Chat: Send messages to bots and read their responses
Settings: Configure models, heartbeat intervals, and other bot settings
Requirements
Python 3.10+
Running Memoh server
mcpPython package (MCP SDK)python-dotenv(optional, for.envfile support)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that provides a persistent memory layer for AI agents by wrapping the memvid CLI. It enables users to manage memory files, perform hybrid searches, and conduct RAG-based question answering through 40 specialized tools.Last updated401MIT
- AlicenseAqualityCmaintenanceAn MCP server for managing and executing AI agents on the Spaceship AI platform directly from clients like Claude Code and Cursor. It provides comprehensive tools for agent lifecycle management, including creation, execution, and real-time monitoring of run statuses and logs.Last updated161MIT
- Alicense-qualityCmaintenanceA portable MCP server that provides a shared persistent working state for AI coding agents, managing tasks, plans, notepads, memory, and project rules across different tools like Claude Code, OpenCode, and Cursor.Last updated10MIT
- Alicense-qualityDmaintenanceMCP server for the driaforall/mem-agent model that enables interaction with an obsidian-like memory system through apps like Claude Desktop or LM Studio.Last updated626Apache 2.0
Related MCP Connectors
Cloud-hosted MCP server for durable AI memory
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Person-owned, portable AI memory as a remote MCP server, readable and writable by any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seniorcat/memoh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server