Skip to main content
Glama

Anki MCP Server

by dhkim0124
smithery.yaml361 B
name: anki-mcp-server description: Anki MCP server for flashcard management version: 0.1.0 startCommand: type: stdio configSchema: {} commandFunction: |- (config) => ({ "command": "python", "args": [ "anki_server.py" ], "env": { "MCP_TRANSPORT": "stdio" } }) apiInfo: protocol: mcp baseUrl: /api

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

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