Skip to content

MCP Tools

ToolDescription
aik_listList content items, optionally filtered by category or tag
aik_getRetrieve a specific item by path (e.g. rules/typescript)
aik_searchFull-text fuzzy search across all content
aik_writeCreate or update a content item from the agent
aik_deleteDelete a content item
aik_installInstall an item into the project's agent config
aik_reinstallReinstall the latest version of an installed item
aik_uninstallRemove an installed item from the project
aik_uninstall_allRemove all aik-installed items from the project
aik_list_installedList items currently installed in the project

Resources

URIDescription
aik://{category}List all items in a category (e.g. aik://rules)
aik://search?q=...Search items by keyword

How it works

Your agent speaks MCP on one side. aik-mcp speaks your file system on the other. Everything is cached in memory for fast lookups, and a file watcher keeps the cache up to date.

Released under the MIT License.