npm why-note-mcpstdioMITupdated 28d ago
A zero-dependency, read-only Model Context Protocol server for searching and reading the notes in one WhyNote account.
Was kannst du mit WhyNote machen?
WhyNote MCP
A zero-dependency, read-only Model Context Protocol server for searching and reading the notes in one WhyNote account.
Install
Generate a read-only token in WhyNote settings, then configure your MCP client
to run npx -y why-note-mcp with NOTE_URL and NOTE_TOKEN.
Generic project configuration:
{
"mcpServers": {
"note": {
"command": "npx",
"args": ["-y", "why-note-mcp"],
"env": {
"NOTE_URL": "https://note.example.com",
"NOTE_TOKEN": "<read-only-token>"
}
}
}
}
Claude Code:
claude mcp add --scope user note \
-e NOTE_URL=https://note.example.com \
-e NOTE_TOKEN='<read-only-token>' \
-- npx -y why-note-mcp
Codex CLI:
codex mcp add note \
--env NOTE_URL=https://note.example.com \
--env NOTE_TOKEN='<read-only-token>' \
-- npx -y why-note-mcp
Values written directly in a command may be retained in shell history. Edit the client configuration instead if that is a concern.
Node.js 18 or newer is required.
Tools
search: search note lines by case-insensitive substringtodos: list incomplete or all todo itemsread_day: read one date's complete note and etagrecent_days: read existing note days around an anchor date
Security
The server reads NOTE_URL and NOTE_TOKEN only from its environment. It sends
the token only as a Bearer credential to the configured WhyNote URL. It never
receives the account password and exposes no write tool.
Changing the WhyNote account password revokes its read-only tokens. Generate a new token in WhyNote settings when a token expires or is revoked.
Development
npm ci
npm test
npm run pack:check
The test suite uses a local fake HTTP service; it does not require a WhyNote account, network access, or third-party dependencies.
License
Installation
WhyNote zu deinem Client hinzufügen. Wähl den, den du nutzt.
claude mcp add why-note-mcp -- npx -y why-note-mcpcodex mcp add why-note-mcp -- npx -y why-note-mcpamp mcp add why-note-mcp -- npx -y why-note-mcp{
"mcpServers": {
"why-note-mcp": {
"command": "npx",
"args": [
"-y",
"why-note-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"why-note-mcp": {
"command": "npx",
"args": [
"-y",
"why-note-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"why-note-mcp","command":"npx","args":["-y","why-note-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"why-note-mcp": {
"command": "npx",
"args": [
"-y",
"why-note-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"why-note-mcp": {
"command": "npx",
"args": [
"-y",
"why-note-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"why-note-mcp": {
"command": "npx",
"args": [
"-y",
"why-note-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"why-note-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"why-note-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"why-note-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"why-note-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y why-note-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
2 Tools
WhyNote stellt einem verbundenen Agent 2 Tools bereit.
- read_day
- read one date's complete note and etag
- recent_days
- read existing note days around an anchor date
Score
70 / 100
Gut
- Dokumentation22/25
- Pflege19/25
- Vertrauen13/20
- Funktionsumfang4/15
- Installation12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 21 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 2 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Versionsverlauf
| Versionen | Veröffentlicht |
|---|---|
| 0.1.0Aktuell | 11. Aug. 2026 |