Skip to main content
Glama

Keep MCP

by feuerdev
pyproject.toml899 B
[project] name = "keep-mcp" version = "0.2.0" description = "MCP Server for Google Keep" readme = "README.md" requires-python = ">=3.10" dependencies = [ "gkeepapi>=0.16.0", "mcp[cli]", ] authors = [ { name = "Jannik Feuerhahn", email = "jannik@feuer.dev" } ] license = { file = "LICENSE" } classifiers = [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.10", "Topic :: Utilities", ] [project.urls] Homepage = "https://github.com/feuerdev/keep-mcp" Repository = "https://github.com/feuerdev/keep-mcp" [project.scripts] mcp = "server.cli:main" [build-system] requires = ["hatchling >= 1.26"] build-backend = "hatchling.build" [tool.hatch.build.targets.wheel] packages = ["src/server"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/feuerdev/keep-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server