Skip to main content
Glama

Example MCP Server

by jherr
mcp-rules.mdc233 B
--- description: Rules about writing MCP STDIO servers. globs: *.ts --- Don't ever use `console.log`. MCP STDIO servers run over STDIO and STDOUT is reserved for the JSON-RPC 2.0 protocol. Use `console.error` to write log messages.

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/jherr/saw-mcp-intro'

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