Skip to main content
Glama
lokiwilded

suplagentics-mcp-server

by lokiwilded

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: Central Brain

Install

npm install -g suplagentics-mcp-server

Register 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

Available Tools

1 tool
suplagentics_import_scanScan importable project historyA

Scans this machine for opencode session history (from opencode.db) and Claude Code session history (from ~/.claude/projects/) that has not yet been imported into opencode-mem. Returns real per-project session/memory counts and import status — the same data the SuplAgentics dashboard's own Import History page shows.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

TDQS

A4.1/5.0
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the full burden: it discloses the two data sources it reads, that it reports per-project session/memory counts and import status, and frames the output against the dashboard's Import History page. It still omits cost/latency, whether the scan is purely read-only, and any filesystem permission requirements.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with the action and sources, then the return value. Dense and mostly waste-free, though the closing dashboard-comparison clause is more reassuring than strictly load-bearing.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema, the description must describe returns, and it does (per-project session/memory counts plus import status). With zero parameters and no annotations, the main remaining gap is operational context such as read-only safety and scan cost, which keeps it short of complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The tool takes zero parameters, so the baseline is 4. The description correctly implies there is nothing to configure, though it does not explicitly say the scan is unconditional (whole machine).

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

States a specific verb (scans) and two concrete resources (opencode.db session history and ~/.claude/projects/ Claude Code history), and narrows scope to history not yet imported into opencode-mem. An agent can tell exactly what this tool produces without opening anything else.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The 'has not yet been imported' qualifier implies the use case (checking what is left to import before running an import), but there is no explicit when-to-use/when-not statement or alternative named. With no sibling tools, the routing burden is low, so this is adequate rather than strong.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev1.0.0
    • First observedsuplagentics_import_scan

TDQS

A3.9/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of overlap or confusion; its purpose is singular and clearly stated.

Naming Consistency5/5

The single tool follows a clear verb_noun pattern (import_scan) with a consistent namespace prefix, and there are no other tools to create inconsistency.

Tool Count2/5

A single tool is too thin for a server that appears to manage session import and memory operations; it likely needs companion tools for querying, managing, or configuring imports.

Completeness2/5

The surface only covers scanning and import status; obvious gaps include actually importing sessions, listing projects, or managing memory, leaving agents with no follow-up actions after a scan.

Maintenance

ActivityStale
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
    4 npm
    28
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables Claude Code to search and retrieve past chat history from Claude.ai exports and Claude Code sessions, allowing the AI to reference previous conversations and decisions.
    MIT