Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DSH_REPONoNative helper script: absolute path to your deepseek-harness checkout (no default).
AGENT_KERNEL_URLYesControl-plane base URL, e.g. https://YOUR_WEB_HOST (not localhost when the API is remote). Required for the MCP server to start.
AGENT_KERNEL_TOKENYesSession token (ak_session / Bearer). Required for API calls by the MCP server, although DSH overlays may allow an empty token at boot.
AGENT_KERNEL_MCP_ROOTNoNative DSH only: absolute path to this repo (set automatically by dsh/run-native-with-mcp.sh).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
ak_healthB

Check agent-kernel API health.

ak_meB

Current authenticated user / setup gaps.

ak_list_projectsA

List catalog projects for the current user.

ak_get_projectB

Get one project by id.

ak_list_assignmentsA

List assignments for the current user.

ak_nudgeB

Nudge an assignment (kernel starts / continues an executor run). Prefer this over ad-hoc DSH autonomy when the control plane owns the schedule.

ak_scheduler_tickB

Run one agent-kernel scheduler tick (due assignments / nudges).

ak_attentionB

List observability attention items from agent-kernel.

ak_list_runsB

List recent runs.

ak_get_runA

Get one run by id.

ak_test_executorB

Live-test the configured executor (DSH) from the kernel.

ak_executor_settingsA

Read current user executor settings (secrets redacted by API).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/fr4iser90/agent-kernel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server