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
aik_listB

List available content items (rules, skills, workflows, agents, commands, templates)

aik_getB

Retrieve a specific content item by its path (e.g. "rules/coding-standards")

aik_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, and Cline.

aik_reinstallA

Reinstall a previously installed content item. Uninstalls the old entry and installs the latest version from the knowledge base. Supports opencode, Claude Code, and Cline.

aik_list_installedA

List all aik-installed content items in the current project config. Supports opencode, Claude Code, and Cline.

aik_searchA

Full-text fuzzy search across all content items

aik_uninstallA

Uninstall a previously installed content item from the current project. Removes the file and the config reference. Supports opencode, Claude Code, and Cline.

aik_uninstall_allA

Uninstall ALL aik-installed content items from the current project. Removes all aik-managed files and config references.

aik_writeB

Create or update a content item (rules, skills, workflows, agents, commands, templates)

aik_deleteA

Delete a content item by its path

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