@kireo/mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KIREO_API_KEY | Yes | Bearer token (ki_sk_…). Required. | |
| KIREO_API_URL | No | Override for self-host. | https://api.kireo.app |
| KIREO_LOG_LEVEL | No | debug / info / warn / error / silent. | info |
| KIREO_PROXY_URL | No | HTTP(S) proxy. | |
| KIREO_TELEMETRY | No | Set to 0 to disable device-id header. | 1 |
| KIREO_RETRY_BASE_MS | No | Exponential backoff base. | 200 |
| KIREO_ACCEPT_LANGUAGE | No | Locale for error hints. | en |
| KIREO_REQUEST_TIMEOUT_MS | No | Per-request timeout in ms, max 300000 (env alias: KIREO_TIMEOUT_MS). | 60000 |
| KIREO_RETRY_MAX_ATTEMPTS | No | 5xx/429 retries (alias: KIREO_RETRY_MAX). | 3 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memory_saveA | Persist a long-term memory for the current user. When to use:
When NOT to use:
Returns: { id, created_at, schema_version, embedding_status } — use memory_get for the full record. |
| memory_searchA | Hybrid semantic + keyword search over the user's memories. When to use:
When NOT to use:
Returns: ranked list of MemoryRecord with a raw RRF relevance |
| memory_recallA | Replay recent or important memories from a namespace, without a query. When to use:
When NOT to use:
|
| memory_getA | Fetch a single memory by id. When to use:
When NOT to use:
|
| memory_updateA | Patch an existing memory. Only the fields you provide are changed. When to use:
When NOT to use:
|
| memory_deleteA | Delete a memory. Defaults to a soft delete (30-day recovery window). When to use:
When NOT to use:
Note: deletes are always soft — the API has no immediate hard delete. Soft-deleted memories are purged permanently after the 30-day window. |
| memory_list_namespacesA | List all namespaces the current user has, with per-namespace counts. When to use:
Returns: array of { name, created_at }. |
| memory_healthA | Probe the Kireo service and report local + remote health. When to use:
Returns: { local: { server_version, node_version, platform }, remote: { status } }. |
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/wang1051992187/kireo-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server