suplagentics-mcp-server
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., "@suplagentics-mcp-serverScan for unimported opencode sessions."
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.
suplagentics-mcp-server
A standalone Model Context Protocol server exposing SuplAgentics's real capabilities — Import History today, more over time — to any MCP-capable client (opencode, Claude Code, Claude Desktop), not just one dashboard.
What this is
SuplAgentics is a set of tools built on top of opencode and opencode-mem for importing existing Claude Code / opencode session history into a searchable memory store, and surfacing improvement suggestions mined from that history. This package is the portable capability layer — the same logic used by the SuplAgentics dashboard (an OpenChamber-based web UI), but callable directly by any MCP client.
Related MCP server: agent-mem0
Install
npm install -g suplagentics-mcp-serverRegister with opencode
Add to ~/.config/opencode/opencode.json (or your project's own config for project-only scope):
{
"mcp": {
"suplagentics": {
"type": "local",
"command": ["node", "/path/to/suplagentics-mcp-server/src/index.js"],
"enabled": true
}
}
}A user-scope entry (the example above) applies to every project automatically — no per-project
setup needed.
Tools
suplagentics_import_scan— scans this machine for opencode session history (opencode.db) and Claude Code session history (~/.claude/projects/) not yet imported into opencode-mem. Returns real per-project session/memory counts and import status.
More tools are on the way as more of the underlying capability gets exposed directly.
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
- Alicense-qualityAmaintenanceEnables searching and retrieving Claude Code conversation history that would otherwise expire after 30 days. Supports full-text search, semantic search, and session management with automatic backup of all conversations.Last updated1828MIT
- Alicense-qualityDmaintenanceProvides persistent cross-session memory for Claude Code, enabling it to remember user preferences, decisions, and project context across new sessions.Last updatedApache 2.0
- Alicense-qualityDmaintenanceCross-machine memory system for Claude Code that records sessions as searchable markdown, syncs across machines via Git, and exposes full-text search, semantic search, session summarization, and a knowledge graph through an MCP server.Last updated39MIT
- Alicense-qualityDmaintenanceProvides persistent memory for Claude Code, automatically extracting and surfacing relevant context from past sessions to avoid re-explaining issues and decisions.Last updatedMIT
Related MCP Connectors
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.
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/lokiwilded/suplagentics-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server