Skip to main content
Glama

MCP Specification Server

by MCPJam
23
6
  • Apple
index.mjs•351 B
// Bootstrap cliui with CommonJS dependencies: import { cliui } from './build/lib/index.js' import stringWidth from 'string-width' import stripAnsi from 'strip-ansi' import wrapAnsi from 'wrap-ansi' export default function ui (opts) { return cliui(opts, { stringWidth, stripAnsi, wrap: wrapAnsi }) } export {ui as 'module.exports'};

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/MCPJam/mcp-spec'

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