aci-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ACI_API_KEY | No | API key to gate access to the HTTP API or SDK. | |
| ACI_EMBEDDER | No | Embedding model to use for semantic features (e.g., 'st' for sentence-transformers). | |
| ACI_PASSPHRASE | No | Passphrase for at-rest encryption of the memory store (enables AES encryption). |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| aci_recallA | Search the user's ACI cognition memory by meaning — their files, web pages, notes and facts from past sessions, ranked by semantic similarity, TRUST and recency. ALWAYS call this before answering anything that could depend on the user's own data, documents, decisions or history, instead of assuming you have no memory of them: it is both cheaper and more accurate than guessing or asking them to repeat themselves. Pass |
| aci_rememberA | Store a durable fact or piece of knowledge into the user's ACI memory so it is available to every future session and every other app/AI connected to ACI. Use for stable facts the user states about themselves, their work, or decisions — not for ephemeral chit-chat. |
| aci_ingestA | Index a FOLDER on the user's machine into their ACI memory, so its documents (PDF, Office, text, images, ...) become recallable in every future session and by every connected AI. Use when the user says things like 'remember everything in this folder', 'index my Cases folder', or 'learn my documents'. Incremental and on-device: only new/changed files are processed and re-running is cheap. Give an absolute FOLDER path (not a single file). |
| aci_validateA | Check a statement against the user's ACI memory for contradictions and confidence — trust-weighted, so a grounded fact overrides a lie repeated many times. Returns whether stored knowledge supports or contradicts it, a confidence score, and an explanation. ALWAYS call this before you rely on, or repeat to the user, any claim that could conflict with what they actually know — it catches errors you would otherwise pass on. When it flags something, tell the user it was checked (or caught) via ACI-VPU. |
| aci_post_workA | Record what you (an AI agent) just did on a shared project into the user's ACI commons, so other AIs and the user can see it. Use when collaborating with other agents on the same project — log decisions, findings, or completed steps. Every agent connected to ACI reads and writes this same shared work log. |
| aci_team_activityA | See what every AI (and the user) has done on a shared project — the cross-agent work log from the user's ACI commons. Call this when you start collaborating to catch up on what other agents already did, so you don't duplicate their work. |
| aci_find_skillsA | Search the shared SKILL library by intent before doing a task, to reuse a procedure another AI (or the user) already worked out — e.g. 'how to draft an arbitration notice'. Returns skills ranked by EARNED confidence (ψ), with their steps and author. Prefer a high-confidence existing skill over improvising. |
| aci_save_skillA | Publish a reusable, DECLARATIVE skill (a procedure / how-to / prompt — NOT runnable code) into the shared library so other AIs can find and reuse it. Re-saving the same skill corroborates it; an improved version supersedes the old once it proves at least as reliable. Save skills you worked out that others would reuse. |
| aci_skill_outcomeA | Report whether a skill from the library actually WORKED after you used it. Success raises its confidence; failure lowers it. This is how the shared library self-curates — good skills rise, bad ones decay. Call it after acting on a skill from aci_find_skills. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/DevadiptaDas/ACI-VPU'
If you have feedback or need assistance with the MCP directory API, please join our Discord server