aik-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level: trace, debug, info, warn, error, silent (default: info) | info |
| AIK_CONTENT_DIR | No | Path to the content directory (default: current working directory) | . |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| listC | List available content items (rules, skills, workflows, agents, commands, templates) |
| getA | Retrieve a specific content item by its path (e.g. "rules/coding-standards") |
| installA | Install a content item (rule, skill, workflow, agent, command, or template) into the current project so it is loaded automatically in future sessions. Supports opencode, Claude Code, Cline, and Codex. |
| reinstallB | Reinstall a previously installed content item. Uninstalls the old entry and installs the latest version from the knowledge base. Supports opencode, Claude Code, Cline, and Codex. |
| list_installedB | List all aik-installed content items in the current project config. Supports opencode, Claude Code, Cline, and Codex. |
| searchB | Full-text fuzzy search across all content items |
| uninstallA | Uninstall a content item from the current project. Removes the file and the config reference. Supports opencode, Claude Code, Cline, and Codex. |
| uninstall_allA | Uninstall ALL aik-installed content items from the current project. Removes all aik-managed files and config references. |
| writeB | Create or update a content item (rules, skills, workflows, agents, commands, templates) |
| deleteB | Delete a content item by its path |
| check_updatesB | Check for installed content items that have newer versions available in the knowledge base. |
| updateA | Update a previously installed content item if a newer version is available in the knowledge base. Supports opencode, Claude Code, and Cline. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| rules-list | |
| skills-list | |
| workflows-list | |
| agents-list | |
| commands-list | |
| templates-list | |
| search |
Latest Blog Posts
- 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/openhoat/aik-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server