Skip to main content
Glama

WithSeismic MCP

config.ts292 B
import { config as mcpConfig } from "../../../mcp.config"; export interface MCPConfig { prefix?: string; } export const config: MCPConfig = mcpConfig; export const getNameWithPrefix = (name: string): string => { if (!config.prefix) return name; return `${config.prefix}_${name}`; };

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/dougwithseismic/withseismic-mcp'

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