{
"mcpServers": {
"mcp-server-maimemo": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 174 days ago. 1 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt — returns 0-100 signal.
Monitor browser logs directly from Cursor and other MCP compatible IDEs.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Maimemo and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Maimemo MCP Server 是一个基于 墨墨背单词 API 构建的 MCP(Model Context Protocol) 服务端。它允许用户通过 MCP 协议与墨墨背单词进行交互,例如查询单词、获取云词本等。
list_interpretations: 获取释义create_interpretation: 创建释义update_interpretation: 更新释义delete_interpretation: 删除释义list_notes: 获取助记create_note: 创建助记update_note: 更新助记delete_note: 删除助记list_notepads: 查询云词本create_notepad: 创建云词本get_notepad: 获取云词本update_notepad: 更新云词本delete_notepad: 删除云词本list_phrases: 获取例句create_phrase: 创建例句update_phrase: 更新例句delete_phrase: 删除例句get_vocabulary: 查询单词
打开墨墨背单词 App,在「我的 > 更多设置 > 实验功能 > 开放 API」申请并复制 Token
安装
使用 go install 安装:
go install github.com/A11Might/mcp-server-maimemo@latest
使用
将服务集成到支持 MCP 的 APP 中:
{
"mcpServers": {
"mcp-server-maimemo": {
"command": "mcp-server-maimemo",
"env": {
"MAIMEMO_TOKEN": "your_maimemo_token"
}
}
}
}
欢迎任何形式的贡献!如果你有任何想法或建议,请随时提出 Issue 或 Pull Request。
本项目基于 MIT License 开源。