memo
Provides documentation lookup for the Flask web framework, indexing its official docs for search.
Searches GitHub repositories to resolve unknown library IDs and identify candidate documentation sources.
Resolves JavaScript/TypeScript libraries by querying the npm registry for metadata and download counts to locate official documentation.
Resolves Python libraries by querying PyPI for metadata and download counts to locate official documentation.
Provides documentation lookup for Python standard library modules.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@memoHow to use Flask blueprints?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
memo
MCP server lokal untuk dokumentasi library versi-terbaru — klon Context7 yang gratis total, unlimited, dan offline-capable. Index dibangun on-demand ke SQLite (BM25 + vektor) dari llms.txt / halaman docs resmi.
Fitur
resolve_library_id(name, query)— resolusi library → kandidat {repo, docs_url, trust}: alias kurasi manual → builtin stdlib (Node/Python) → directory.llmstxt.cloud → npm/PyPI (trust = downloads) → GitHub search (preferensi bahasa dari query)get_docs(library_id, query)— hybrid search (BM25 + embedding bge-small-en-v1.5), cache sub-ms setelah first fetchversions(library_id)— daftar versi yang diketahuiOffline-capable: sekali di-index, cache permanen di SQLite (FTS5 + sqlite-vec)
Related MCP server: Hoard
Instalasi
uv tool install git+https://github.com/ngabzar02/memo-serverRegistrasi di opencode.json (atau config MCP lain):
{
"mcp": {
"memo": {
"type": "local",
"command": ["<path ke uv tool bin>/memo"],
"enabled": true
}
}
}Pre-index (disarankan)
Cold fetch pertama melewati batas timeout MCP (~30s) di beberapa client — panaskan cache dari shell dulu:
memo --warmup flask nextjs httpx
memo --warmup --force flask # re-ingest (docs_url berubah / force refresh)Arsitektur
Modul | Peran |
| resolusi nama → {repo, docs_url, trust} |
| fetch → trafilatura → chunk 256 token (overlap 50) |
| SQLite: libs + chunks_fts (BM25) + chunks_vec (sqlite-vec) |
| FastMCP stdio server + |
Data: ~/.local/share/memo/docs.db (buat sekali, dipakai semua library).
Lisensi
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceAn MCP server that provides version-pinned, deterministic documentation sourced from DevDocs.io to AI assistants (Claude, RooCode, Cline, Copilot etc.) and also via offline mode. Not via Scraping! But using the supported downloading option from devdocs.Last updated4712MIT
- Alicense-qualityDmaintenanceLocal MCP server for indexing personal knowledge into SQLite with hybrid search, chunk-level citations, memory tools, and agent orchestration.Last updated4MIT
- Alicense-qualityBmaintenanceLocal-first MCP server for querying multi-repo engineering documentation artifacts from a SQLite corpus.Last updated36AGPL 3.0
- Alicense-qualityAmaintenanceProvides a local MCP server for searching and retrieving documentation from 22+ open-source projects, enabling AI coding assistants to access up-to-date docs without network dependency.Last updated302MIT
Related MCP Connectors
MCP server for accessing curated awesome list documentation
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Local-first RAG engine with MCP server for AI agent integration.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ngabzar02/memo-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server