Agent Context Hub
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEVICE_TOKENS | No | Comma-separated list of device tokens for client authentication (optional in local mode, required in remote mode). | |
| GITHUB_APP_ID | No | GitHub App ID used to authenticate with the GitHub API. | |
| GITHUB_WORKSPACE_REPO | No | GitHub repository in the format 'owner/repo' that stores the workspace (for remote mode). | |
| GITHUB_APP_PRIVATE_KEY | No | GitHub App private key content (or path to the key file). | |
| GITHUB_APP_INSTALLATION_ID | No | Installation ID of the GitHub App on the workspace repository. | |
| PERSONAL_CONTEXT_WORKSPACE | No | Path to a local workspace directory containing the context files (for local mode). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| context_bootstrapA | Load current personal context for a task. Omit project_hint to read common identity and rules only; use route_hint when a project has multiple task-specific routes. |
| context_closeoutB | Compress a completed, paused, or blocked task into evidence-backed project state and synchronize only files explicitly allowed by the route write policy. |
| context_routesA | List canonical project IDs, exact aliases, task aliases, and route names before choosing project_hint or route_hint. |
| context_queryA | Search the current personal context within explicit scopes and return traceable source excerpts. |
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/zyplong/agent-context-hub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server