Skip to main content
Glama
ostinatocc

Aionis MCP Server

by ostinatocc

@aionis/mcp

MCP transport for Aionis Verified Continuity.

Start a Runtime installed with a real project verifier, then configure your MCP host to launch the bridge:

{
  "mcpServers": {
    "aionis": {
      "command": "npx",
      "args": [
        "-y",
        "@aionis/mcp@next",
        "--base-url",
        "http://127.0.0.1:3001",
        "--scope-from",
        "workspace"
      ],
      "env": {
        "AIONIS_TENANT_ID": "local"
      }
    }
  }
}

The bridge does not implement another continuation engine. It transports the same serialized SDK AgentSession handle between MCP calls:

aionis_session_begin
  -> aionis_session_turn
  -> Agent action
  -> aionis_session_action
  -> aionis_session_verify
  -> aionis_session_finish

Persist the returned handle after every call. After interruption, pass that handle to aionis_session_resume. The Runtime owns state capture and verifier authority; aionis_session_finish returns completed only when the configured verifier passes, otherwise it returns continuation/recovery state.

Tools

Tool

Product behavior

aionis_session_begin

Begin the canonical SDK AgentSession and return its portable handle.

aionis_session_resume

Resume an interrupted session from that handle.

aionis_session_turn

Record an observation and return the SDK-rendered Agent prompt.

aionis_session_action

Record the host action result and capture the new subject state.

aionis_session_verify

Run the Runtime-owned project verifier.

aionis_session_finish

Complete only after verifier success; otherwise continue/recover.

aionis_guide

Get the canonical SDK Agent context without MCP-side rendering.

aionis_feedback

Submit exact guide-attributed feedback.

aionis_rehydrate

Recover exact archived memory.

aionis_forget

Suppress, unsuppress, rehydrate, or activate memory.

aionis_remember

Store ordinary project memory.

aionis_health

Check Runtime reachability.

When the MCP host starts outside the repository, add --repo-root /absolute/path/to/repo. --scope-from workspace persists a stable .aionis/workspace.json identity so new processes continue in the same scope.

Install Server
A
license - permissive license
C
quality
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
5Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    B
    maintenance
    Governed shared memory platform for AI agents and agent fleets. Provides persistent memory, cross-agent knowledge sharing, permissions, audit trails, and multi-tenant isolation through a Model Context Protocol (MCP) server.
    3
    430
    Apache 2.0
  • A
    license
    -
    quality
    C
    maintenance
    Centralized agentic memory and MCP gateway for LLMs, enabling persistent memory recall, validation, and integration with upstream MCP servers.
    1
    Apache 2.0
  • A
    license
    -
    quality
    B
    maintenance
    Provides a selective persistent memory layer for AI companions, enabling structured recall, reinforcement, and time-decayed retrieval through an MCP interface.
    10
    MIT

View all related MCP servers

Related MCP Connectors

  • Your memory, everywhere AI goes. Build knowledge once, access it via MCP anywhere.

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

  • Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client.

View all MCP Connectors

Latest Blog Posts

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/ostinatocc/aionis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server