Back to MCP Servers

Metis

A private, local research "second brain" for Claude: project-aware memory, cited answers from your own library (won't invent what it can't find), linked notes/meetings/ideas via a domain-specific knowledge layer, daily briefs (news + new papers in your field), a live meeting ass…

knowledge-memorygoaiagent

Installation

npx -y Metis

Configuration

{
  "mcpServers": {
    "Metis": {
      "command": "npx",
      "args": ["-y", "Metis"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub