Skip to main content
Glama

Deskaid

by ezyang
# Example codemcp.toml configuration file # This file can be placed at the root of your repository # or copied to ~/.codemcprc for user-wide settings [logger] # Logging level: DEBUG, INFO, WARNING, ERROR, CRITICAL verbosity = "INFO" # Path where logs will be stored path = "~/.codemcp" [files] # Line ending style to use when creating new files # Valid values: "LF", "CRLF", or null (to auto-detect) # LF = Unix/Linux/macOS style (\n) # CRLF = Windows style (\r\n) line_endings = null # null means auto-detect from .editorconfig, .gitattributes, or OS

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/ezyang/codemcp'

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