Skip to main content
Glama

hny-mcp

by honeycombio
MIT License
2
36
  • Linux
  • Apple
index.ts657 B
import { HoneycombAPI } from "../api/client.js"; import { createDatasetsResource, handleDatasetResource } from "./datasets.js"; import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register all resources with the MCP server * * @param server - The MCP server instance * @param api - The Honeycomb API client */ export function registerResources(server: McpServer, api: HoneycombAPI) { // Register datasets resource server.resource( "datasets", createDatasetsResource(api), (_uri: URL, variables: Record<string, string | string[]>) => handleDatasetResource(api, variables as Record<string, string>) ); }

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/honeycombio/honeycomb-mcp'

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