Aionis 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., "@Aionis MCP Servercompile context for my current project"
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.
@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_finishPersist 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 |
| Begin the canonical SDK AgentSession and return its portable handle. |
| Resume an interrupted session from that handle. |
| Record an observation and return the SDK-rendered Agent prompt. |
| Record the host action result and capture the new subject state. |
| Run the Runtime-owned project verifier. |
| Complete only after verifier success; otherwise continue/recover. |
| Get the canonical SDK Agent context without MCP-side rendering. |
| Submit exact guide-attributed feedback. |
| Recover exact archived memory. |
| Suppress, unsuppress, rehydrate, or activate memory. |
| Store ordinary project memory. |
| 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.
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-qualityBmaintenanceGoverned 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.3430Apache 2.0
- Alicense-qualityCmaintenanceCentralized agentic memory and MCP gateway for LLMs, enabling persistent memory recall, validation, and integration with upstream MCP servers.1Apache 2.0
- Alicense-qualityBmaintenanceProvides a selective persistent memory layer for AI companions, enabling structured recall, reinforcement, and time-decayed retrieval through an MCP interface.10MIT
- Alicense-qualityCmaintenanceEnables persistent memory for AI agents, combining episodic and semantic memory with LLM reasoning, accessible via MCP.2MIT
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.
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/ostinatocc/aionis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server