agent-kernel-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DSH_REPO | No | Native helper script: absolute path to your deepseek-harness checkout (no default). | |
| AGENT_KERNEL_URL | Yes | Control-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_TOKEN | Yes | Session 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_ROOT | No | Native 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| 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/fr4iser90/agent-kernel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server