OpenLMlib
Related Servers
Alternatives to OpenLMlib
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceProvides AI agents with persistent knowledge storage, enabling them to store, search, and retrieve text, documents, and files using semantic and keyword search via MCP tools.32Apache 2.0
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to manage, upload, chunk, and semantically search local documents through MCP tools and a REST API, with a built-in web dashboard and optional Gemini-powered AI search.1-
- AlicenseNot gradedqualityBmaintenanceProvides a local vector memory store for AI agents with semantic search, offline embeddings, and MCP integration, enabling tools like Claude and Cursor to store and retrieve information without cloud dependencies.2 npmMIT
- AlicenseNot gradedqualityAmaintenanceProvides persistent memory for AI coding agents via MCP, enabling agents to store and semantically recall facts, events, and lessons across sessions, all running locally without cloud dependencies.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to persistently store and semantically search shared knowledge via MCP tools.2MIT
- AlicenseNot gradedqualityBmaintenanceEnables fully local retrieval over a personal document corpus via hybrid search, cross-encoder reranking, RAPTOR summaries, and knowledge graph queries, served to AI agents over MCP.MIT
TDQS
Scored across 76 tools
Multiple tools have nearly identical purposes: search_knowledge, search_findings, retrieve_findings, retrieve_context, search_memory, and query_memory all retrieve knowledge with only subtle differences. Session and message reading also overlap heavily (session_context vs get_session_state, read_messages vs poll_messages vs tail_messages), so agents will frequently select the wrong tool.
Subsets are internally consistent (save_finding/list_findings, create_session/join_session/leave_session), but the overall set mixes styles: session_start vs start_research, session_end vs end_session, search_findings vs search_knowledge, and help_library vs help_collab. Several tools are single nouns or noun phrases, and get_observations is explicitly deprecated but still exposed.
76 tools is far beyond a well-scoped MCP server; even 25+ is considered heavy. The set spans findings, session memory, collaboration, OpenRouter model lookup, templates, analytics, and Co-Scientist workflows, so most tools are tangential to any single task.
Despite the large surface, there are obvious lifecycle gaps: delete_finding says to 'update instead' but no update_finding tool exists, and save_finding encourages updating duplicates without providing an update path. Artifacts and templates similarly lack update/delete operations, leaving agent workflows with dead ends.