MoryFlow
Features

MCP Extensions

Want to give Mory new skills? That's what MCP is for.

MCP Extensions

Want to give Mory new skills? That's what MCP is for.

What is MCP

MCP is a protocol that lets Mory connect to various external tools. Like installing plugins.

For example, install the GitHub MCP and Mory can search repos, view Issues, and create PRs.

How to Configure

  1. Open Settings
  2. Go to MCP
  3. Click Add Server or start from a preset
  4. Fill in the connection details for either stdio or streamable HTTP

Example: Adding GitHub

{
  "name": "github",
  "command": "npx",
  "args": ["-y", "@modelcontextprotocol/server-github"],
  "env": {
    "GITHUB_TOKEN": "your-token-here"
  }
}

How to Use

Once configured, Mory can automatically use the new tools.

You: Search GitHub for MoryFlow-related repos
Mory: [Using GitHub search]
      Found these repos...

Example MCPs

MCPWhat it does
GitHubSearch repos, view Issues, PRs
Brave SearchUse Brave search engine
PuppeteerControl a browser

Find more at the official MCP repository.

Management

  • Each MCP can be toggled on/off individually
  • You can edit connection details later
  • Delete entries you no longer need

Troubleshooting

Won't start

  • Check if the command is correct
  • Make sure Node.js is installed
  • Check environment variables

Not working

  • Look at what error it shows
  • Is the API key still valid?
  • Is the network working?

Build Your Own

If you can code, you can write your own MCP server.

Check the official MCP documentation to learn how.