Skip to content

Add Memanto MCP integration to catalog #554

Description

@Neelpatel1604

Problem or Use Case

Memanto provides persistent semantic memory for agents over MCP (remember, recall, answer, etc.), but it is not listed in OpenHands/extensions, so Agent Canvas cannot show an install card on /mcp like Tavily or Kagi.

Official MCP documentation (source of truth for server name, env vars, and tools):
https://docs.memanto.ai/integrations/mcp

Desired Behavior

Add a catalog entry aligned with other stdio API-key MCP integrations (e.g. Tavily, Kagi):

Regenerate integrations/catalog-index.js with npm run build:integrations.

This is an opt-in MCP backend; it does not replace OpenHands built-in file memory.

Acceptance Criteria

  • integrations/catalog/memanto.json validates against integrations/catalog.schema.json
  • npm run build:integrations succeeds
  • getIntegrationCatalogEntry("memanto") (JS) / get_integration_catalog_entry_model("memanto") (Python) returns the entry with stdio uvx + memanto-mcp and env fields from the Memanto MCP docs
  • Memanto appears in MCP-filtered catalog listings (listIntegrationCatalog({ mcp: true }) / list_integration_catalog_models(mcp=True))

References

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions