We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NBNBTM/pddl-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.mcp.json•862 B
{
"title": "PDDL Planner (FastMCP)",
"description": "A comprehensive MCP server for PDDL-based automated planning and robot task generation using FastMCP framework.",
"version": "2.0.0",
"entrypoint": "server.py",
"dependencies": ["fastmcp", "jinja2", "python-dotenv", "pydantic"],
"author": "PDDL MCP Team",
"license": "MIT",
"capabilities": [
"generate_plan",
"plan_from_text",
"validate_config",
"get_system_info"
],
"framework": "FastMCP",
"original_version": "1.0.0",
"migration_notes": "Migrated from traditional MCP to FastMCP for improved developer experience and simplified code structure. All hardcoded values have been moved to constants.py for better maintainability.",
"optimization_notes": "Project has been fully optimized with configuration management, constant definitions, and modular architecture."
}