Skip to main content
Glama

Saffron MCP Server

by tvh
account.ts598 B
// Account-related tools import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import { MeDocument, type MeQuery, type MeQueryVariables } from "../generated/graphql.js"; import type { SaffronClient } from "../graphql.js"; import { registerGraphQlTool } from "../mcp.js"; export function registerAccountTools(server: McpServer, client: SaffronClient) { registerGraphQlTool<MeQuery, MeQueryVariables>(server, client, { name: "me", description: "Get your user information (name, email, subscription status, etc.)", document: MeDocument, inputSchema: {}, }); }

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/tvh/saffron-mcp'

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