@ainize/mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AINIZE_TOKEN | No | An existing operator session token instead of the password | |
| GRAPH_API_KEY | No | The Graph gateway key — used by the MCP client example only, never by a tool | |
| AINIZE_NODE_URL | No | The node this server speaks for — configuration, not a tool argument | http://localhost:3422 |
| AINIZE_TEACH_KEY | No | 64-hex teaching key, or a path to the key-backup JSON | |
| AINIZE_MCP_CONFIG | No | A JSON file with the same keys in snake_case; env wins over it | |
| AINIZE_MCP_POLL_MS | No | How often a running lesson is re-read from the node | 3000 |
| AINIZE_MCP_STATE_DIR | No | Where the purchase journal and provenance records are persisted (mode 0600); memory only by default | |
| AINIZE_MCP_ALLOW_APPLY | No | Register apply_knowledge / remove_knowledge; off by default | off |
| AINIZE_MCP_DOWNLOAD_DIR | No | Where download_lesson writes files; defaults to <state dir>/lessons, else the temp dir | |
| AINIZE_MCP_ALLOW_PUBLISH | No | Register publish_knowledge (irreversible); off by default | off |
| AINIZE_OPERATOR_PASSWORD | No | Exchanged once at startup for an in-memory bearer | |
| AINIZE_MCP_MAX_TEACH_JOBS | No | Daily lessons this server may spend | 1 |
| AINIZE_MCP_SESSION_BUDGET | No | Total spend allowed for the life of this process; default 0 means buy is not registered | 0 |
| AINIZE_MCP_MAX_DOWNLOAD_MB | No | Ceiling for one downloaded artefact | 512 |
| AINIZE_MCP_MAX_PER_PURCHASE | No | Ceiling for one purchase; defaults to the session budget | |
| AINIZE_MCP_ALLOW_AIN_PUBLISH | No | Also allow publish on a node whose ledger is the shared AIN chain; off by default | off |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues