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
By SVerITG
Installation
npx -y MetisConfiguration
{
"mcpServers": {
"Metis": {
"command": "npx",
"args": ["-y", "Metis"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes