Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Anki MCP Server
Claim
by
nailuoGG
npm
GitHub
Education & Learning Tools
Note Taking
Knowledge & Memory
TypeScript
819
7
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
anki-mcp-server
assets
.github
.husky
src
CHANGELOG.md
.gitignore
jest.config.js
llms-install.md
.node-version
package.json
package-lock.json
README.md
RELEASE.md
tsconfig.base.json
tsconfig.json
tsup.config.ts
{ "extends": "./tsconfig.base", "compilerOptions": { "target": "ES2020", "moduleResolution": "Node16", "resolveJsonModule": true, "esModuleInterop": true, "isolatedModules": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "dist", "rootDir": "src", "declaration": true, "allowJs": true, "declarationDir": "dist/types", }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist" ] }