We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jemhakdog/mcp_fastapi'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"project_root": "D:\\porjects\\mcp_fastapi\\test_app",
"roles": [],
"models": [
{
"name": "User",
"fields": [
{
"name": "id",
"type": "int"
},
{
"name": "username",
"type": "str"
}
],
"dependencies": [],
"status": "done"
},
{
"name": "Post",
"fields": [
{
"name": "id",
"type": "int"
},
{
"name": "title",
"type": "str"
},
{
"name": "author_id",
"type": "int"
}
],
"dependencies": [
"User"
],
"status": "pending"
}
],
"routes": [],
"tests": []
}