We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/maxgerlach1/granola-ai-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "granola-mcp-server"
version = "0.1.0"
description = "MCP server for Granola.ai meeting intelligence"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"mcp>=1.0.0",
"pydantic>=2.0.0",
"typing-extensions>=4.0.0; python_version < '3.13'",
]
[project.scripts]
granola-mcp-server = "granola_mcp_server.server:main"