mcpbeat Sign in

ContextPull MCP Server

local only

ContextPull runs on your own machine — the client starts it, so there is no endpoint to ping. 295 installs a week from npm. Last commit 14 Sep 2026.

Exact document sections on demand for LLM agents: index in context, search, read, grep, neighbours.

295
Installs / week
npm · contextpull
0
Stars
4 open issues
14 Sep 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command [пакет] src/contextpull/eval/claude_code.py:69
        check = subprocess.run([self.server_python, "-c", "import contextpull.server"], capture_output=True, text=True)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 contextpull -- npx -y contextpull
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "contextpull": {
      "args": [
        "-y",
        "contextpull"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.contextpull]
command = "npx"
args = ["-y", "contextpull"]
.cursor/mcp.json
{
  "mcpServers": {
    "contextpull": {
      "args": [
        "-y",
        "contextpull"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "contextpull": {
      "args": [
        "-y",
        "contextpull"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ContextPull

same job, measured the same way
DocSlicer
by docslicer

Answer questions from documents too large to fit in context, reading only the sections you need.

769 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
TextMine MCP
by textmine

Search, read, and automate TextMine documents, records, workflows, integrations, and agent tasks.

answering
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
doc-scraper
by sriram-pr

Crawl documentation sites into local corpora agents can search, read, and diff fully offline.

local only
Congressional Documents
by pipeworx-io

Congressional Documents — full-text search and retrieval over the official

39 tools answering
Arne Kellmann Consulting
by arnekellmann

Read consulting services and search public architecture consulting documents in English or German.

3 tools answering
Commentary Review
by commentary

Human-owned review for agent plans, rendered documents, Forms, research, and live previews.

answering

ContextPull — questions

Answers built from our own checks of this server.

Why is there no uptime for ContextPull?
ContextPull 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 contextpull was installed 295 times last week.
How do I connect ContextPull?
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 contextpull straight from npm; nothing to host, nothing to sign up for.
How many people use ContextPull?
The npm package contextpull was installed 295 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ContextPull open source?
Yes — it is published under the MIT licence, written in HTML, 0 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.