Skip to main content
Glama

MCP Search Server

by Nghiauet
mcp_agent.config.yaml640 B
$schema: ../../../schema/mcp-agent.config.schema.json mcp: servers: slack: command: "npx" args: ["-y", "@modelcontextprotocol/server-slack"] # consider defining sensitive values in a separate mcp_agent.secrets.yaml file # env: # SLACK_BOT_TOKEN: "xoxb-your-bot-token" # SLACK_TEAM_ID": "T01234567" fetch: command: "uvx" args: ["mcp-server-fetch"] filesystem: command: "npx" args: ["-y", "@modelcontextprotocol/server-filesystem"] openai: # Secrets (API keys, etc.) are stored in an mcp_agent.secrets.yaml file which can be gitignored default_model: gpt-4o

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/Nghiauet/mcp-agent'

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