Skip to main content
Glama

Custom Context MCP Server

by omer-ayhan
constants.ts369 B
import { ServerCapabilities } from "@modelcontextprotocol/sdk/types.js"; const VERSION = "0.0.1"; const MCP_SERVER_NAME = "custom-context-mcp"; const TOOL_NAMES = { groupTextByJson: "group-text-by-json", textToJson: "text-to-json", }; const MCP_CAPABILITIES: ServerCapabilities = { tools: {}, }; export { VERSION, MCP_SERVER_NAME, TOOL_NAMES, MCP_CAPABILITIES };

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/omer-ayhan/custom-context-mcp'

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