Skip to main content
Glama

Cashfree MCP Server

Official
by cashfree
initialize.ts456 B
/** * Initializes and returns the MCP server instance. */ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { SERVER_NAME, SERVER_VERSION } from "./settings.js"; import type { Config } from "./config.js"; export function initialize(config: Config): McpServer { console.error("Initializing MCP Server...", config); const server = new McpServer({ name: SERVER_NAME, version: SERVER_VERSION, }); return server; }

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/cashfree/cashfree-mcp'

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