Horizon MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GITHUB_TOKEN | No | GitHub token used for content fetching or other integrations within the Horizon pipeline. | |
| HORIZON_PATH | No | Path to the Horizon repository. The server uses this to locate the Horizon implementation and its data/config.json. If not provided, the server will attempt to discover it in default locations like ./Horizon or ../Horizon. | |
| OPENAI_API_KEY | No | OpenAI API key used for AI-driven tools such as scoring (hz_score_items), enrichment (hz_enrich_items), and summary generation (hz_generate_summary). |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| hz_validate_configC | 校验 Horizon 配置和关键环境变量。 |
| hz_fetch_itemsC | 抓取并去重内容,写入 run 的 raw 阶段。 |
| hz_score_itemsC | 对指定阶段内容执行 AI 打分,写入 scored 阶段。 |
| hz_filter_itemsC | 按阈值过滤并做主题去重,写入 filtered 阶段。 |
| hz_enrich_itemsC | 对高分内容执行背景富化,写入 enriched 阶段。 |
| hz_generate_summaryC | 从某阶段内容生成 Markdown 摘要。 |
| hz_run_pipelineC | 一键执行抓取->打分->过滤->富化->摘要。 |
| hz_list_runsC | 列出最近运行记录与阶段状态。 |
| hz_get_run_metaB | 读取指定 run 的元数据。 |
| hz_get_run_stageC | 读取指定 run 的某一阶段内容。 |
| hz_get_run_summaryC | 读取指定 run 的摘要内容。 |
| hz_get_metricsB | 读取服务内存指标。 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| r_server_info | Server metadata resource. |
| r_metrics | In-memory metrics snapshot. |
| r_runs | Recent run list. |
| r_effective_config | Effective default config resolved from local Horizon path. |
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/henry-insomniac/Horizon-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server