mcpbeat Sign in

Pikelet MCP Server

local only

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

Search self-contained .pikelet knowledge artifacts over MCP — no vector DB, no embedding API.

144
Installs / week
npm · pikelet
1
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Pikelet 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 pikelet -- npx -y pikelet
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pikelet": {
      "args": [
        "-y",
        "pikelet"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pikelet]
command = "npx"
args = ["-y", "pikelet"]
.cursor/mcp.json
{
  "mcpServers": {
    "pikelet": {
      "args": [
        "-y",
        "pikelet"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pikelet": {
      "args": [
        "-y",
        "pikelet"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Pikelet

same job, measured the same way
RAG MCP
by jaimenbell

Minimal RAG-over-a-corpus MCP retrieval: search_knowledge returns cited chunks. Local embeddings.

61 installs/wk local only
ContextBridge
by thundereagle

MCP memory server for AI coding assistants. Windows Service, ONNX embeddings, SQLite vector search.

local only
Local Memory
by studiomeyer-io

Persistent local AI memory. SQLite + FTS5 + vector search, knowledge graph. No cloud, no API keys.

70 installs/wk local only
Vector Knowledge Graph MCP
by csoai-org

AI-powered vector knowledge graph MCP server for agents. Supports add node, add edge, semantic node

141 installs/wk local only
Grok Chat
by codechap

MCP server for the xAI Grok API — chat, vision, search, and embeddings

local only
Contexta
by contexta

Persistent memory and knowledge graph for AI assistants — keyword + vector + graph search.

answering
Smart Connections
by gogogadgetbytes

MCP server for Obsidian Smart Connections. Semantic search using your vault's embeddings.

29 installs/wk local only
I
Engraphy
by devon-clarkk

Self-hosted MCP memory server: a typed knowledge graph on Postgres 16 and pgvector.

local only

Pikelet — questions

Answers built from our own checks of this server.

Why is there no uptime for Pikelet?
Pikelet 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 pikelet was installed 144 times last week.
How do I connect Pikelet?
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 pikelet straight from npm; nothing to host, nothing to sign up for.
How many people use Pikelet?
The npm package pikelet was installed 144 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 Pikelet open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 1 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.