Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLog level: trace, debug, info, warn, error, silent (default: info)info
AIK_CONTENT_DIRNoPath to the content directory (default: current working directory).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
rules-list
skills-list
workflows-list
agents-list
commands-list
templates-list
search

Latest Blog Posts

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