Obsideo MCP server
Related Servers
Alternatives to Obsideo MCP server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides encrypted, portable memory for AI agents via MCP, allowing fact storage, conversation recall, and cross-machine sync using Arweave.25 npm50MIT
- FlicenseNot gradedqualityDmaintenanceAn MCP-powered storage system for AI agents that provides IPFS-secured, verifiable, and sovereign data storage capabilities.-
- FlicenseNot gradedqualityDmaintenanceSovereign E2E cloud storage for AI agents. MCP-native, zero-knowledge, RGPD-compliant, built in France.-
- AlicenseNot gradedqualityBmaintenanceProvides persistent memory (L1/L2/L3 encrypted), web-search savings, and thread memory for AI agents, enabling token savings and context retention across MCP clients.48 npm1MIT
- AlicenseNot gradedqualityCmaintenanceProvides persistent, cloud-based memory for AI agents, letting them remember preferences, skills, and decisions across sessions via an MCP-compatible interface.Apache 2.0
- AlicenseNot gradedqualityCmaintenanceAgent-native object storage MCP server with per-agent DID isolation and x402 pay-per-byte metering in real Base USDC, enabling autonomous agents to store and retrieve objects with hot, warm, or cold retention classes.MIT
TDQS
Scored across 13 tools
The storage commands (put/get/ls/rm/verify) and account/billing tools are largely distinct, and the long descriptions clearly disambiguate the signup flow. Minor overlap remains between trial and signup_start (both can bootstrap an account) and between plan/upgrade/portal, but their roles are clear enough to avoid serious misselection.
Names are consistently lowercase and terse, with signup_start/signup_verify and backup_keys using underscores, but the set mixes verb commands (put/get/rm), noun commands (usage/plan/portal), and noun-as-action commands (trial). It is readable, but no single predictable verb_noun grammar is maintained.
Thirteen tools cover storage, account lifecycle, and billing without bloat; each tool addresses a distinct operation or workflow. The count is squarely in the ideal 3–15 range for this server's scope.
The surface covers account creation/claiming/verification, plan and quota inspection, upgrades and cancellations via portal, full object CRUD with encryption, independent integrity verification, and key backup. No obvious dead ends remain for the stated storage and account-management purpose.