Skip to main content
Glama

Why researchers trust it

  • ๐Ÿ“š It cites your own sources. Every knowledge answer is drawn from your indexed library, with document- and page-level citations โ€” not the model's guesses.

  • ๐Ÿšซ It refuses to invent. Ask about something that isn't in your library and Metis tells you so, instead of fabricating a plausible-sounding answer. (This grounding behaviour is covered by an automated test.)

  • ๐Ÿ”’ It stays on your machine. Local embeddings, local database, local files. Your papers, patient-adjacent data, and unpublished work never leave your computer.

๐ŸŽฅ See it in two minutes โ€” (demo coming) watch Metis answer from a real WHO source with page citations, then refuse to summarise a protocol that doesn't exist.

Easiest way to try it: install Claude Desktop and run the 3-step setup โ€” a demo workspace is pre-loaded, so you start with something to explore instead of a blank screen.


Who is this for?

๐Ÿ”ฌ I'm a researcher

No programming background needed. Install in minutes, start working immediately. Everything Metis does is explained in plain language.

โ†’ Get started (3 steps)

โš™๏ธ I'm a developer

Open-source, extensible, well-architected. Build domain packs, add agents, extend the MCP server, or deploy for your institution.

โ†’ Explore the architecture


What is Metis?

Metis is a local AI research companion built on top of Claude. It gives every AI conversation a persistent memory of your domain, your papers, your projects, and your working history. It routes your requests to the right specialist, does the work, records the result, and returns a plain answer โ€” without requiring you to prompt or configure anything.

It runs entirely on your machine. Your data never leaves.

The short version: imagine if your AI already knew your field, your literature, and what you were working on last Tuesday โ€” and got smarter about your work the longer you used it. That's Metis.


How it works

Metis is not a separate app you log into. It's a small service that runs quietly in the background and connects Claude to your research โ€” your papers, your memory, your projects.

  1. A background service (the "MCP server") starts with your computer. It's the bridge between Claude and your files โ€” you never interact with it directly.

  2. You talk to Metis through Claude, two ways:

    • Claude Desktop (easiest): open it and pick a Metis prompt (e.g. Metis, Metis Doctor) from the prompt menu โ€” or just ask.

    • Claude Code (terminal): type /metis followed by your request.

  3. You ask in plain language. Metis works out which of its 34 specialists should handle it, does the work using your library and memory, and answers โ€” citing sources.

That's it. There's nothing to learn before you start; the dashboard is optional visibility on top of all this.


Design Philosophy

Every AI conversation starts from zero. You spend ten minutes re-explaining your context, and when the session ends, it's gone. Generic AI tools are powerful but stateless โ€” they know everything about the world and nothing about you.

Metis is built on one idea: the AI should know you. And it should keep getting better โ€” on its own.

Not just your name โ€” your domain, your literature, your projects, your preferred working style, your open questions, your meeting notes from last month, and the paper you added to your library yesterday. The longer you use Metis, the better every response gets. Not because the AI changes โ€” because Metis knows you better.

You don't need to follow developments in AI. Metis does that for you. Every week, Metis reviews its own performance across all your sessions, identifies where it could have done better, drafts improvements to its own behaviour, and waits for your approval before applying them. New AI capabilities, better models, more efficient methods โ€” Metis monitors the field and self-updates. As a researcher, you focus on your research. Metis handles keeping itself current.

The core mechanism is cross-pollination. Every time you capture an idea, add a paper, record a meeting, or complete a task, Metis connects it to everything else in your research universe. A paper you indexed a year ago surfaces when you're writing a grant today. A meeting note from March links to the idea you captured this morning. An open question from six months ago connects to a new paper that just came out. These connections happen automatically, in the background, without you having to search for them. This is what makes Metis a research companion rather than a search tool โ€” it thinks across your entire body of work so you don't have to hold it all in your head.

This is genuinely new ground. The individual components โ€” local language models, retrieval-augmented generation, agent routing, vector search โ€” all exist independently. What Metis presents is a coherent integration of all of them, purpose-built for the specific demands of research work: long timelines, sensitive data, deep literature, and knowledge that accumulates over years. A system that grows with you, and surfaces connections for you โ€” rather than starting from zero every session. To our knowledge, nothing quite like this exists as a unified, locally-running, researcher-facing system.

Three levels โ€” choose your entry point

Level

What it is

Best for

โ˜๏ธ MCP server only

A background service that runs alongside Claude. Persistent memory, session awareness, 34 specialist agents โ€” no dashboard, no visible app.

Researchers who use Claude already and want it to know their work

๐Ÿ“Š With the dashboard

Full visibility across your research life โ€” papers, ideas, meetings, tasks, projects, all connected. Built for cross-pollination (ideas linking to literature) and brain off-loading (tracking leaving your head, entering the system).

Researchers who want a complete research operating environment

๐ŸŒ Metis OS

Connects to email, calendar, data systems, and institutional infrastructure โ€” a unified intelligence layer for your entire working environment.

The longer vision. Still in development.

Where things stand today: The MCP server, 34 agents, and the 9-tab dashboard are fully operational and used daily. The one-click installer and the pre-loaded domain knowledge layer are still being refined. This is a working system โ€” not vaporware โ€” but it is also not finished. If something breaks, please open an issue. That feedback shapes what gets built next.


For Researchers

No programming background needed. Everything below is point-and-click or copy-paste.


Install in 3 steps

Step 1 โ€” Get your Anthropic API key (free, 2 minutes)

  1. Go to console.anthropic.com and create an account.

  2. Click API Keys โ†’ Create Key. Copy the key (it starts with sk-ant-โ€ฆ).

  3. Keep that tab open โ€” the installer will ask for it once.

The key stays on your computer. It is never uploaded or shared.


Windows

โฌ‡ Download MetisSetup.exe

Double-click the installer. The wizard walks you through:

  1. Full or AI only โ€” Full gives you the AI assistant + 9-tab research dashboard (~15 min). AI only is faster (~5 min) and you can add the dashboard later.

  2. Your projects โ€” Tell Metis what you're working on. It creates a tracking record for each project, writes a context file into the project folder, and registers it in Claude Desktop automatically.

  3. Demo workspace โ€” Pre-loads realistic example projects, meetings, literature, and tasks so you can explore every feature immediately. Recommended for first-time users.

  4. API key โ€” Paste it once.

Everything else is automatic. Claude Desktop opens at the end with Metis ready to go.

Requirements: Windows 10 or 11 ยท Internet connection ยท API key


macOS or Linux

Open Terminal and paste:

bash <(curl -fsSL https://raw.githubusercontent.com/SVerITG/Metis_PH/main/system/mcp-server/setup-mcp.sh)

The script asks two questions (Full or AI only, demo workspace) and does the rest. Registers Metis with Claude Desktop and Claude Code automatically. Works on Ubuntu 20/22/24, Debian, and macOS.


What you get on day one

Feature

What it does

34 specialist agents

Librarian, Epidemiologist, Methods Coach, Writing Partner, Meeting Memory, Course Builder, Career Coach, Critic, and 26 more โ€” each an expert in their domain

Grounded answers

Every knowledge question is automatically answered from your own indexed document library with page-level citations โ€” not AI guesses

Library management

Import PDFs, sync Zotero or Mendeley, ask "what do my papers say about X?" โ€” cited answers from your own library

Morning intelligence brief

Every morning: new papers on your exact research topics, field news, surveillance alerts, and a focus recommendation โ€” fully personalised

Live meeting assistant

Follow along in real time, or paste a transcript โ€” get structured notes, action items, and project cross-references automatically

Project tracking

Every project gets a tracking record, a context file in its folder, and integration with Claude Desktop. The Update button scans all your project folders for activity.

Voice capture

Record anywhere, transcribe locally (no API, no upload), route to ideas, journal, or notes

9-tab dashboard

Today ยท Knowledge ยท Meetings ยท Learning ยท Work ยท Thinking ยท Planner ยท Teach ยท Metis โ€” all live, all local

Data protection

Five security layers. Patient data and embargoed results are detected and blocked before anything reaches the AI. Everything runs on your machine.

Cross-pollination

Every idea, paper, meeting, and task is automatically connected to everything else in your research universe. Metis surfaces links across time โ€” a paper from last year, a meeting note from March, a question you logged at a conference โ€” without you searching for any of it.

Token tracking

Every agent run shows exactly what it cost โ€” which specialist was used, how many tokens, what model. The dashboard Today tab has a live token pulse so you always know your daily usage. Most daily tasks stay under a few cents.

Tool subset loading

Metis registers 170+ MCP tools, but exposing all of them to Claude on every session wastes context. By default, Metis loads only the tools relevant to the current agent โ€” 90 tools for News Radar, 107 for the Librarian, ~65 for a general session. Each tool definition costs tokens; loading fewer means more room for actual work and lower per-session cost. Disable with METIS_TOOL_SUBSETS=0 to see all tools.

Metis evolves โ€” you don't have to

Every week, Metis reviews its own session logs, identifies where it underperformed, and drafts behaviour improvements. You approve or reject them. New AI capabilities get incorporated automatically. You focus on your research; Metis stays current with the field.

Grows with you

Every agent run adds to your profile. A question asked after six months of use gets a meaningfully better answer than the same question on day one โ€” not because the AI changed, but because Metis knows you better.


Key Workflows


Morning

Wake up
  โ””โ”€ Metis scanned overnight
       โ”œโ”€ New papers on your configured research topics
       โ”œโ”€ Surveillance alerts and field news
       โ”œโ”€ Tasks due today, overdue items
       โ””โ”€ Suggested daily focus based on your open projects
           โ””โ”€ Open dashboard โ†’ read morning brief โ†’ start work

Literature

New paper (PDF / DOI / Zotero / Mendeley import)
  โ””โ”€ Librarian indexes it
       โ”œโ”€ Added to knowledge graph
       โ”œโ”€ Cross-pollinated with existing papers, past ideas, meeting notes
       โ””โ”€ Available for cited semantic search immediately
           โ””โ”€ Ask: "What do my papers say about X?"
                โ””โ”€ Answered with inline citations from your own library

Meetings

Meeting ends
  โ”œโ”€ Paste transcript (Teams / Zoom / any audio file)
  โ””โ”€ Meeting Memory agent processes it
       โ”œโ”€ Structured notes with context
       โ”œโ”€ Action items: who does what, by when
       โ”œโ”€ Cross-references to your projects and open questions
       โ””โ”€ Follow-up tasks auto-added to Work tab

Ideas and writing

Idea surfaces
  โ””โ”€ Ctrl+K โ†’ capture instantly (i: idea ยท n: note ยท t: task ยท q: question)
       โ””โ”€ Metis cross-pollinates immediately
            โ””โ”€ Related papers + past ideas surfaced automatically
                 โ””โ”€ Writing Partner โ†’ draft ยท Librarian โ†’ sources ยท Methods Coach โ†’ check argument

Teaching and courses

Course topic defined
  โ””โ”€ Course Builder
       โ”œโ”€ Generates lessons, slides, assessments, question banks
       โ”œโ”€ Flags new papers relevant to your course automatically
       โ”œโ”€ Gap analysis against current literature
       โ””โ”€ Spaced repetition for your own knowledge maintenance

The Dashboard

The 9-tab dashboard runs locally at http://127.0.0.1:8080. No account, no cloud, no subscription.

Metis dashboard โ€” Today tab

The Today tab โ€” morning briefing, active project, progress, news radar, and quick stats. Everything personalised to your research domain.


Tab

What it does

Today

Morning brief, priority task queue, news rail, quick capture (Ctrl+K)

Knowledge

Semantic PDF search, literature cards, knowledge graph, coverage gap analysis

Meetings

Live assistant, transcript import, action items, cross-references

Learning

Course progress, spaced repetition, competency map

Work

Tasks, project cards, activity tracking, one-click open in VS Code / RStudio / Claude

Thinking

Idea capture, cross-pollination, brainstorm launcher, open questions tracker

Planner

Kanban board, research timeline, milestones

Teach

Course Builder, literature alerts, lesson generation, student-facing content

Metis

Agent run history, self-improvement proposals, system health, identity card


How Metis Knows You

When you first install Metis, a setup wizard walks you through your profile:

research domain ยท specific interests ยท active projects ยท working style ยท tools you use ยท data sensitivity level

This creates your identity card โ€” a living profile that every agent reads before responding to you. It grows over time. Every session adds context. Every idea you capture tells Metis what you're thinking about.

A question asked after six months of use gets a meaningfully better answer than the same question on day one โ€” not because the AI changed, but because Metis knows you better.


Data Protection

Researchers handle sensitive data. Most AI tools don't take that seriously.

Patient data, embargoed results, unpublished findings โ€” these should never leave your machine. Metis was designed with this in mind from the start.

What leaves your machine (and when):

Service

What

When

Optional?

Anthropic Claude API

Text you send for analysis

On demand

Required for AI

PubMed / OpenAlex

Your research search keywords

Daily morning scan

Yes

Zotero

Library metadata (titles, abstracts, tags)

Daily sync

Yes

CrossRef

DOI queries

On demand

Yes

HuggingFace

Model name only โ€” downloads embedding models

First run

Yes

Everything else โ€” your documents, voice recordings, PDF text, meeting notes, patient-adjacent data โ€” stays on disk.

Security layers:

Layer

What it does

Pre-tool hook

Checks every tool call for injection attempts and restricted paths

PII detection

11 checks, 4-level classification. Sensitive data is classified and refused at pipeline entry

Injection probe

Detects prompt injection in external content (papers, transcripts)

Constitution

14 machine-readable rules applied to every deep agent run

Red lines

5 non-overridable rules enforced at code level โ€” no override possible

AES-256 encryption

All backups encrypted at rest


How Metis Stays Current โ€” So You Don't Have To

AI is moving fast. New models, new capabilities, new research tools appear every month. Most researchers don't have time to follow it. Metis is designed to handle this for you.

After every agent run, Metis logs a reflexion โ€” what went well, what fell short, what context was missing. Every week it aggregates these into themes. Every week it drafts behaviour improvements with a clear rationale. You review the proposals in the Metis tab โ€” one click to approve, reject, or edit โ€” and the approved changes are written to disk.

This means Metis gets better at working with you specifically, week after week. It also means that as new AI developments become available and get integrated into Metis, you receive the improvements without having to do anything. Your job is your research. Metis's job is to stay sharp.

The self-improvement loop in detail:

  1. After every agent run โ€” reflexion logged: what went well, what could improve, what was missing

  2. Weekly โ€” themes extracted across all sessions; patterns identified

  3. Proposal drafted โ€” a concrete proposed change to agent behaviour, with reasoning

  4. You review in the Metis tab โ€” approve, reject, or edit before anything applies

  5. Applied with backup โ€” the update is written with a timestamped rollback point

No change to Metis's behaviour ever happens without your explicit approval. The system proposes; you decide.


For Developers

This section assumes familiarity with Python, Git, and the command line.


Architecture

flowchart LR
    U([Researcher])
    subgraph Harness["AI Harness (Claude Code / Desktop)"]
        METIS[Metis\nrouter agent]
        AGENTS[Specialist agents\n34 agents]
        WATCHERS{{Watchers\nData Guardian ยท Cybersecurity}}
    end
    subgraph Platform
        MCP[MCP Server\n170+ tools\nFastMCP]
        DASH[Dashboard\nFastAPI + HTMX]
        DB[(SQLite\nWAL mode)]
    end
    subgraph Memory
        EPIS[Episodic]
        SEM[Semantic\nvector search]
        REFLEX[Reflexion log]
    end
    Skills[/CLI Skills\n/metis ยท /librarian ยท โ€ฆ/]

    U -->|asks| METIS
    U -->|clicks| DASH
    METIS -->|routes to| AGENTS
    AGENTS -->|uses| MCP
    MCP --- DB
    DASH --- DB
    WATCHERS -.guards.-> AGENTS
    AGENTS -->|writes| REFLEX
    REFLEX -->|proposes edits to| AGENTS
    MCP --- Memory
    Skills --> METIS

    style WATCHERS fill:#fff4e6,stroke:#9a7b3c
    style REFLEX fill:#eef4f1,stroke:#2d4a3a,stroke-dasharray:3 3

Stack

Layer

Technology

AI harness

Claude Code, Claude Desktop (primary); Gemini (experimental)

MCP server

Python 3.10+, FastMCP, runs in local venv

Dashboard

FastAPI + HTMX + Jinja2 โ€” no JavaScript framework

Database

SQLite WAL mode, 46 tables

Vector memory

sqlite-vec + nomic-embed-text-v1.5-Q (768 dims, local ONNX)

Semantic PDF search

sqlite-vec โ€” local PDF chunk index, no external API

Host OS

Windows + WSL2 (Ubuntu 20/22/24) ยท macOS ยท Linux


Memory โ€” 5 layers

Layer

What it stores

Episodic

Session events and observations (discovery ยท decision ยท implementation ยท issue)

Semantic

Vector-indexed content (sqlite-vec + nomic-embed-text-v1.5-Q, 768 dims)

Procedural

Skill files and agent contracts โ€” the agent's persistent behaviour

Working

Active session context and current project focus

Reflexive

Reflexion log and improvement proposals


Knowledge Layer & Grounded Answers (RAG)

When you ask a knowledge-intensive question, Metis retrieves relevant passages from your indexed document library before the specialist agent answers. The agent grounds its response in what it can read from your library โ€” not only what it was trained to recall.

You ask Methods Coach:
"Which variance estimator should I use for my Poisson MLM with overdispersion?"

Metis retrieves before routing:
  โ†’ Leyland (2020) Multilevel Modelling for Public Health, p.142 โ€” score 0.87
  โ†’ Bates lme4 vignette, p.28 โ€” score 0.71

Methods Coach answers grounded in those passages, citing both sources.

Component

Details

Embedding model

nomic-embed-text-v1.5-Q โ€” 768-dim, ONNX, fully local

Vector store

sqlite-vec virtual table inside Metis SQLite database

Chunking

3,200-character chunks, 400-character overlap

Score threshold

Chunks below 0.4 similarity dropped before injection

Pre-loaded knowledge layers (Metis_PH):

Layer

Documents

Covers

Public Health Background

34

WHO guidelines, global health reports, social determinants, NCDs, maternal & child health

Epidemiology & Methods

10

STROBE, WHO Basic Epi, Leyland MLM, Bates lme4, PRISMA 2020, SaTScan, CIFOR


Security Layers (detail)

  1. pre-tool-use.mjs โ€” 13 injection patterns, domain allowlist, path restrictions (every tool call)

  2. guardrails.py โ€” injection probe on all external content (papers, web, transcripts)

  3. safety.py โ€” 11 PII checks, 4-level classification, sensitive data refused at pipeline entry

  4. constitution.md โ€” 14 machine-readable rules for deep and chained agent runs

  5. red-lines.md โ€” 5 non-overridable rules enforced at code level


Token Efficiency

  • Model routing โ€” Haiku for triage/summaries, Sonnet for most work, Opus only for deep reasoning; most daily usage never touches Opus

  • Surgical context assembly โ€” each agent gets only the context relevant to its task, not full history

  • Max-turns guardrail โ€” stops at 20 turns, prompts /clear

  • Session handoff โ€” under 3 KB state capture at session end; no re-paying for context already established

  • Token pulse widget โ€” real-time usage visible in the dashboard


Cross-AI Support

Harness

Status

Claude Code

โœ… Primary โ€” full MCP + skills + hooks

Claude Desktop

โœ… Primary โ€” full MCP + memory; no CLI skills

Gemini 2.0+

๐Ÿ”ฌ Experimental

OpenAI / Cursor

๐ŸŸก Partial โ€” MCP tools only


Installation Options


Option 1 โ€” Single command (Linux, macOS, WSL)

bash <(curl -fsSL https://raw.githubusercontent.com/SVerITG/Metis_PH/main/system/mcp-server/setup-mcp.sh)

Detects Ubuntu 20/22/24, Debian, macOS Homebrew. Creates venv, installs all dependencies, registers with Claude Code and Claude Desktop. Idempotent โ€” safe to re-run.

# Profile overrides (skip the interactive menu):
METIS_PROFILE=light    bash <(curl -fsSL ...)   # MCP server only (~5 min)
METIS_PROFILE=standard bash <(curl -fsSL ...)   # MCP + dashboard (~15 min)
METIS_PROFILE=full     bash <(curl -fsSL ...)   # Standard + scheduler (~25 min)

Option 2 โ€” Clone and install (any platform)

git clone https://github.com/SVerITG/Metis_PH.git
cd Metis_PH/system/mcp-server
bash setup-mcp.sh

Option 3 โ€” Manual

git clone https://github.com/SVerITG/Metis_PH.git
cd Metis_PH/system/mcp-server
python3 -m venv .venv && source .venv/bin/activate
pip install -e "."

export METIS_RC_ROOT="$(pwd)/../.."
export ANTHROPIC_API_KEY="sk-ant-..."

python -m metis_mcp.server          # MCP server
cd ../app-py && bash run.sh         # Dashboard โ†’ http://127.0.0.1:8080

Option 4 โ€” Docker (platform test matrix)

# Full platform test โ€” Ubuntu 24/22 + Debian in parallel
docker compose -f system/install/docker/docker-compose.test.yml up --build

# Production stack
docker compose -f system/install/docker/docker-compose.yml up -d

Register with Claude Code

~/.claude/settings.json:

{
  "mcpServers": {
    "metis-rc": {
      "command": "/home/<username>/.local/share/metis-mcp/run.sh"
    }
  }
}

Register with Claude Desktop (Windows + WSL)

%APPDATA%\Claude\claude_desktop_config.json:

{
  "mcpServers": {
    "metis-rc": {
      "command": "wsl.exe",
      "args": ["-e", "bash", "/home/<username>/.local/share/metis-mcp/run.sh"]
    }
  }
}

Configuration

File

Controls

system/config/user-config.yaml

Domain, interests, style โ€” generated by setup wizard

system/config/constitution.md

14 rules applied to every deep/chain run

system/config/red-lines.md

5 non-overridable rules

system/config/token-guardrails.md

Model routing, handoff thresholds

agents/<name>/skill.md

Behavioural contract per agent โ€” directly editable

.claude/hooks/pre-tool-use.mjs

Security gate on all tool calls


Dependencies

Package

Purpose

mcp, fastmcp

MCP protocol

fastapi, uvicorn, starlette

Dashboard

sqlite-vec

Local vector search

onnxruntime, tokenizers

Local embeddings (no API)

feedparser

RSS feed parsing

pyyaml

User config

httpx

Async HTTP

pandas, openpyxl, pyreadstat

Data analyst tools

cryptography

AES-256-GCM backup encryption

pyzotero

Zotero sync

bibtexparser

Mendeley BibTeX import

anthropic

Claude API


Editions and Roadmap

Metis ships in distinct editions โ€” a domain-agnostic base shell, and domain packs that add field-specific content on top.

Repository

Status

What it is

Metis

โœ… Live (v1.0)

Domain-agnostic base shell. Full architecture, no domain content. Clone this to build your own edition.

Metis_PH

โœ… Live (v1.0, this repo)

Public Health & Epidemiology โ€” MCP server, 34 agents, dashboard, knowledge layer

Metis_BM

๐Ÿงฌ Planned

Biomedical Sciences

Metis_CL

๐Ÿฅ Planned

Clinical Sciences

Metis [Community]

๐ŸŒ Open

Domain packs for other research fields โ€” contributions welcome

Metis Institute Edition

๐Ÿ› Future

Multi-user, shared knowledge base, institutional deployment

What's in each domain edition: pre-configured journals + RSS feeds ยท specialist agents ยท domain ontology ยท curated background knowledge library

Want to build a domain pack? Fork Metis, add your field's knowledge library, agents, and RSS feeds, and open a PR.

Course Packages (Coming Soon)

Standalone course packages you can drop into any Metis installation:

Package

What it covers

Sampling Strategies

Probability and non-probability sampling, sample size, complex survey designs, weighted estimation

Spatial Epidemiology

Spatial autocorrelation, kernel density, SaTScan, LISA, disease mapping in R and GeoDa

Genomic Surveillance

Pathogen sequencing in public health, phylogenetics, WGS pipelines, Nextstrain

Open an issue with label course-package to pilot or contribute.

Development Status

Area

Status

MCP server (170+ tools)

โœ… Operational, used daily

34 specialist agents

โœ… Operational, used daily

9-tab dashboard

โœ… Operational, some features in active development

Windows .exe installer

๐Ÿ”ง In refinement

Docker images

โœ… Test matrix working

Domain knowledge layer (Metis_PH)

๐Ÿ”ง Actively being expanded

Automated daily tasks (APScheduler)

๐Ÿ“‹ Next

Test suite

๐Ÿ“‹ Next

Telegram capture bot

๐Ÿ“‹ Planned

Metis OS (calendar, email integration)

๐ŸŒ Future vision


Contributing

Metis is designed to grow beyond one domain and one researcher. Contributions are welcome โ€” especially from researchers who use it and know what's missing.

See CONTRIBUTING.md for detailed guidelines.

Most Wanted

Domain packs โ€” the most impactful contribution. A domain pack adds: key journals + RSS feeds ยท specialist agents ยท a domain ontology ยท a curated background library

Domain

Status

Public Health & Epidemiology

โœ… Included

Social Sciences

๐Ÿ”ฌ Planned

Biomedical / Clinical Research

๐Ÿ”ฌ Planned

Environmental Science

๐Ÿ”ฌ Planned

Economics and Development

๐Ÿ”ฌ Planned

Psychology and Behavioural Sciences

๐Ÿ”ฌ Planned

Education Research

๐Ÿ”ฌ Planned

Nursing and Allied Health

๐Ÿ”ฌ Planned

Other high-impact contributions:

  • Translations โ€” the wizard and skill files are English-only; translations into French, Dutch, Spanish, German would open Metis to many more researchers

  • Installer testing โ€” Windows .exe and PowerShell on managed machines, corporate environments, and varied hardware; reports of what works and what breaks are valuable

  • New agents and skills โ€” specialist agents for use cases not yet covered

  • Security verification โ€” independent review of the local-first guarantees, PII detection, hook behaviour, and constitution enforcement; if you find a gap, open a private issue

  • Multi-AI support โ€” better Gemini and local model (Ollama) support, especially for offline research environments

  • Bug reports and UX feedback โ€” if something doesn't work for your workflow, say so


Changelog

Post-v1.0 โ€” May 2026

What changed

Unified project intelligence system โ€” unlimited projects with categories and folder paths in all installer paths; CLAUDE.md written to each project folder; Claude Desktop auto-registration; activity scanner detects git commits, modified files, and todo completions; Claude Code stop hook reports active project to dashboard

Three-path intelligent setup wizard โ€” browser wizard (unlimited projects, categories), terminal wizard (Linux/macOS), and Inno Setup wizard (Windows .exe) all backed by Claude API persona generation

Docker test matrix โ€” Ubuntu 24/22 + Debian + light profile running in parallel; mandatory pre-release gate in Release Coordinator

Today surface restructure โ€” session handoff strip, 7-metric ledger, three-tier priority queue, 2ร—2 research quadrant layout, time-of-day adaptive morning brief

Metis real subagent orchestration โ€” Metis spawns real isolated subagents via the Agent tool, with independent token tracking

Release Coordinator โ€” proactive git guardian with status / commit / push / audit / test-containers commands

Scheduler fix โ€” library index job corrected (scan_literature_folder in content_scan module)

Knowledge surface โ€” unified search, coverage gap analysis, knowledge layer browser

v1.0 โ€” May 2026

First stable release. See system/config/release-notes-v1.0.md for full details.

What shipped

FastAPI + HTMX dashboard โ€” 9 tabs

34 specialist agents

MCP server โ€” 170+ registered tools

Windows installer (Inno Setup)

Statistics for Epidemiology course โ€” 12 lessons with spaced repetition

Startup eval suite + news freshness check

Auto-handoff brief at 80% context

AGPL-3.0 license

Earlier development (Phases 0โ€“9b)

Phase

What shipped

0โ€“5

MCP server, 34 agents, CLI skills, config wizard, SQLite (46 tables), 5-layer memory, knowledge graph, Zotero/Mendeley sync

6โ€“7

FastAPI + HTMX dashboard โ€” 9 tabs, live partials

8

Morning brief, news rail, meeting assistant, voice capture, PaperQA2 PDF search, cross-pollination, token guardrails

9

CSS design overhaul โ€” editorial layout, responsive grid, animation

9b

Self-improvement loop โ€” reflexion aggregation, proposal drafting, approval flow

M

Conversation memory โ€” session summaries in episodic memory, semantic search across past sessions


License

AGPL-3.0 for the codebase โ€” use, modify, and fork freely, but any version you run as a service or distribute must also be open-source under AGPL-3.0.

CC-BY-SA 4.0 for course content and learning materials.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

โ€“Maintainers
โ€“Response time
โ€“Release cycle
1Releases (12mo)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SVerITG/Metis_PH'

If you have feedback or need assistance with the MCP directory API, please join our Discord server