We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/IBM/ibmi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "agents"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"agno==1.7.11",
"anthropic>=0.57.1",
"duckduckgo-search>=8.1.1",
"ibm-watsonx-ai>=1.3.36",
"mcp>=1.12.4",
"mcp-contextforge-gateway>=0.3.1",
"ollama>=0.5.3",
"openai>=1.96.0",
"python-dotenv>=1.1.1",
]