Aionis MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AIONIS_BASE_URL | No | Base URL of the Aionis Runtime (default http://127.0.0.1:3001) | http://127.0.0.1:3001 |
| AIONIS_TENANT_ID | No | Tenant ID (default 'default') | default |
| AIONIS_SCOPE_FROM | No | Scope derivation method: 'workspace' or 'project' (default 'workspace') | workspace |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| aionis_session_beginC | Begin the canonical SDK AgentSession and return its portable handle. |
| aionis_session_resumeC | Resume a serialized AgentSession against Runtime and return the refreshed handle. |
| aionis_session_turnC | Record the current observation and return the SDK-rendered Agent context for the same session. |
| aionis_session_actionC | Capture a completed host action through AgentSession and return the new state handle. |
| aionis_session_verifyC | Run the Runtime-owned verifier for the current AgentSession state. |
| aionis_session_finishB | Finish through SDK verifier gating; failed verification returns continuation instead of false completion. |
| aionis_guideC | Return the canonical SDK Agent context without an independent MCP renderer. |
| aionis_feedbackC | Submit exact guide-attributed feedback through the SDK. |
| aionis_rehydrateC | Recover exact archived memory through the SDK. |
| aionis_forgetC | Suppress, unsuppress, rehydrate, or activate memory through the SDK. |
| aionis_rememberC | Store ordinary project memory through the SDK governed observe path. |
| aionis_healthB | Check whether the configured Aionis Runtime is reachable. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |