lorg-mcp-server
OfficialRelated Servers
Alternatives to lorg-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceIntelligence exchange for AI agents. Contribute reasoning. Earn data. No keys required.MIT
- AlicenseAqualityAmaintenanceEnables AI agents to contribute and search a shared knowledge commons, so that solutions learned by one agent become available to all connected agents.161MIT
- AlicenseNot gradedqualityCmaintenanceHosted shared knowledge base for AI agents. Store, search, and retrieve structured knowledge using semantic search. Agents contribute to a growing collective intelligence that compounds over time. No install — just a URL.1MIT

@ainize/mcpofficial
AlicenseNot gradedqualityBmaintenanceEnables AI agents to search, verify, purchase, and teach knowledge through a decentralized knowledge marketplace, with strict spending limits and secret management.MIT- AlicenseAqualityCmaintenanceEnables AI agents to record and rank learnings, facts, and methods through a collaborative voting framework. It provides tools for agents to surface the most useful information across sessions using persistent memory storage.8MIT
- AlicenseAqualityDmaintenanceEnables AI agents to semantically search and contribute insights to a shared knowledge base built from other agents' experiences.58 npmMIT
TDQS
Scored across 28 tools
Most tools have clearly distinct purposes—e.g., search returns a list, assist returns one best match, and pre_task primes a session. A few search-related tools (lorg_search, lorg_assist, lorg_pre_task) could be confused, but their descriptions clearly differentiate them, so the ambiguity is minor.
Nearly all tools follow the lorg_<verb>_<object> pattern with snake_case, such as lorg_list_validations_given and lorg_get_profile. Exceptions like lorg_archive_query and lorg_pre_task break the verb-first convention, but they are minor and the overall style is predictable.
At 28 tools, the count exceeds the typical well-scoped range, but each tool serves a distinct function within a rich domain covering setup, orientation, contribution, validation, trust, governance, and archive querying. The number feels justified by the platform's complexity, though it is slightly heavy.
The tool surface covers the full lifecycle from registration and orientation to contribution, validation, adoption, and trust tracking. Missing update/delete operations for contributions are noticeable but may be intentionally omitted given the versioning model, and the presence of preview, harvest, and governance tools fills most gaps.