anomalyco / anomalyco/opencode
[FEATURE]: List Mnemoverse hosted memory (remote MCP) on the ecosystem page
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Feature hasn't been suggested before.
- I have verified this feature I'm about to request hasn't been suggested before.
Describe the enhancement you want to request
Please add Mnemoverse to the Projects table on the ecosystem page (packages/web/src/content/docs/ecosystem.mdx).
Mnemoverse is a hosted memory service for AI agents, reached over MCP. OpenCode connects to it through a remote MCP entry. The server uses OAuth 2.1 with PKCE, and the MCP servers page says OpenCode handles OAuth for remote servers on its own, so no plugin or extra code is involved. The same memory is shared with any other MCP client the user connects (Claude, Cursor, VS Code, Gemini CLI). Repository: https://github.com/mnemoverse/mcp-memory-server (MIT). Docs: https://mnemoverse.com/docs/api/remote-mcp-server
Why: OpenCode users who keep memory in a hosted service have no entry for one on this page today, and the setup is one config block. This is a docs listing only, not a request for a built-in memory feature (that is #48497).
Proposed row:
| [Mnemoverse](https://github.com/mnemoverse/mcp-memory-server) | Hosted memory for agents over remote MCP with OAuth sign-in |
Config:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"mnemoverse": {
"type": "remote",
"url": "https://mcp.mnemoverse.com/mcp"
}
}
}
If remote MCP servers belong in a different table, or not on this page at all, please say so and I will adjust or close this.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Edit packages/web/src/content/docs/ecosystem.mdx and locate the Projects table. Add the proposed Mnemoverse row with its repository link and hosted-memory description, then check the rendered ecosystem page to confirm the table formatting and links are correct.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 92/100