We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/seyhunak/agentcraft-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[project]
name = "agentcraft_mcp"
version = "0.1.1"
description = "AgentCraft MCP Server: A secure and scalable AI agent framework"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"uvicorn>=0.34.0",
"python-dotenv",
"mcp",
"spacy",
"spacy-transformers",
"pyyaml",
"aiohttp"
]
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"