
Ogham MCP
Supports UIby ogham-mcp
Persistent, searchable shared memory server that allows AI agents to remember context across different clients and sessions.
What it does
Ogham MCP provides a shared, long-term memory layer for AI coding agents. By utilizing a PostgreSQL backend with pgvector, it ensures that architectural decisions, project gotchas, and user preferences persist regardless of which client (Claude Code, Cursor, OpenCode, etc.) is being used.
Tools
store_memory: Saves a new memory with semantic embedding.store_decision: Records architectural decisions with reasoning and alternatives.hybrid_search: Performs combined semantic and full-text search using Reciprocal Rank Fusion (RRF).link_unlinked: Automatically links related memories based on embedding similarity.explore_knowledge: Traverses the memory knowledge graph to find deep connections.
Installation
Run the setup wizard:
uvx --from ogham-mcp ogham init
Or add to claude_desktop_config.json:
{
"mcpServers": {
"ogham": {
"command": "uvx",
"args": ["ogham-mcp"]
}
}
}
Supported hosts
- Claude Code
- Cursor
- OpenCode
- VS Code
Quick install
uvx ogham-mcpInformation
- Pricing
- free
- Published
- 4/22/2026
- stars






