We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/merakimiles/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
openapi-spec-validator•251 B
#!/Users/colinlowenberg/meraki-mcp-server/.venv-312/bin/python3.12
import sys
from openapi_spec_validator.__main__ import main
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(main())