Skip to main content
Glama

Anki MCP Server

by johwiebe
pyproject.toml422 B
[project] name = "anki-mcp" version = "0.2.0-alpha.1" description = "An Anki MCP server" readme = "README.md" requires-python = ">=3.10" dependencies = [ "mcp>=1.5.0",] [[project.authors]] name = "Johannes Wiebe" email = "johanneswiebe@posteo.de" [build-system] requires = [ "hatchling",] build-backend = "hatchling.build" [dependency-groups] dev = [ "pytest>=8.3.5", ] [project.scripts] anki-mcp = "anki_mcp:main"

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/johwiebe/anki-mcp'

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