Skip to main content
Glama

Miro MCP

by k-jarzyna
tool-bootstrapper.ts345 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { ToolSchema } from './tool.js'; export class ToolBootstrapper { constructor( private readonly server: McpServer ) { } public register(tool: ToolSchema): this { this.server.tool(tool.name, tool.description, tool.args, tool.fn); return this; } }

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/k-jarzyna/mcp-miro'

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