mcpbeat Sign in

Neemee MCP Server

by pbonneville Your server? Claim it
local only

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

MCP client library and bridge for Neemee personal knowledge management system

The author archived this repository on GitHub, meaning it is no longer maintained.

Installs per day peak 23 · avg 10 · +61% w/w
a month agotoday
99
Installs / week
npm · neemee-mcp
0
Stars
2 open issues
18 Mar 2026
Last commit
0 releases in 90 days
License
JavaScript

What the code does

We read the source, 22 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.

Package points at a different repository paul-bonneville-labs/neemee-mcp
пакет neemee-mcp ссылается на paul-bonneville-labs/neemee-app

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

This one needs environment variables set before it will start: NEEMEE_API_KEY (API key for authenticating with Neemee API (required)), NEEMEE_API_BASE_URL (Base URL for Neemee MCP server (optional, defaults to https://neemee.app/mcp)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Neemee MCP

same job, measured the same way
CPG Knowledge Graph
by greencore-solutions

The MCP for the beauty, cosmetics and personal care sector

14 tools answering
Cosmos MCP
by teampolarity

Personal knowledge graph every MCP client reads from and writes to. Portable across agents.

129 installs/wk local only
MCP Pickaxe
by aplaceforallmystuff

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

46 installs/wk local only
Cortex
by abbacusgroup

Persistent knowledge system with OWL-RL reasoning and 22 MCP tools. Local-first.

260 installs/wk local only
I
CTnP MCP Server
by jitsmaster

Ingeniux CTnP MCP server for personalization, A/B testing, and audience management.

local only
Designvault
by designvault

Search, browse and manage your DesignVault design-asset library from any MCP client.

37 installs/wk local only
Aiqbee Brain
by aiqbee

AI knowledge graph for architecture, portfolio, and digital strategy management.

answering
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

84 installs/wk local only

Neemee MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Neemee MCP?
Neemee 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 neemee-mcp was installed 99 times last week.
Is Neemee MCP still maintained?
The author archived this repository on GitHub, meaning it is no longer maintained. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Neemee 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 neemee-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Neemee MCP?
The npm package neemee-mcp was installed 99 times in the last week. Week over week that is +61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Neemee MCP open source?
We cannot say either way: written in JavaScript, 0 stars on GitHub and 2 open issues, but we could not determine the licence, and without one the code is not open source by default.