mcpbeat Sign in

Ossian MCP Server

local only

Ossian MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 31 Aug 2026.

Ask your own documents with citations, plus durable memory for agents. Safe by default.

Installs / week
npm · ossian-mcp
0
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Ossian MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ossian-mcp -- npx -y ossian-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ossian-mcp": {
      "args": [
        "-y",
        "ossian-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ossian-mcp]
command = "npx"
args = ["-y", "ossian-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ossian-mcp": {
      "args": [
        "-y",
        "ossian-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ossian-mcp": {
      "args": [
        "-y",
        "ossian-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ossian MCP

same job, measured the same way
Haypile
by benyd

Hybrid search over your local documents, with file and page citations. One binary, fully local.

local only
Omitly MCP
by omitly

Omitly's local, verifiable PDF redaction for AI agents — your documents never leave your device.

299 installs/wk local only
Postgram
by ivo-toby

Self-hosted memory for AI agents with hybrid search, knowledge graphs, tasks, and document sync.

local only
Techtenstein PDF
by sathvic-kollu

PDF text and table extraction plus metadata. Supports OCR for scanned documents.

80 installs/wk local only
R
Andish
by andish

Knowledge-graph memory for your team's documents. Answers cite the source, not a summary.

97 installs/wk local only
Mila
by mila-gg

Create and manage documents, spreadsheets, and presentations from your AI assistant.

23 tools answering
X1 Wealth
by x1wealth

Ask your governed X1 record: entities, trusts, policies, documents, decisions. Cited or declined.

answering
haiku.rag
by ggozad

Local-first agentic RAG with citations - hybrid search, reranking, multimodal document retrieval

2 741 installs/wk local only

Ossian MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Ossian MCP?
Ossian MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package ossian-mcp.
How do I connect Ossian MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ossian-mcp straight from npm; nothing to host, nothing to sign up for.
Is Ossian MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.