# kybase-mcp

Self-hosted Markdown memory for AI agents: notes you can read and edit, with hybrid search.

- **Type:** MCP server
- **Trust:** 60/100 (B), scored on the package rubric
- **Verification:** community-indexed — nobody has claimed this listing
- **Version:** 0.2.1
- **Author:** io.github.Kyrzin
- **License:** Unknown
- **npm:** kybase-mcp
- **Source:** https://github.com/Kyrzin/kybase
- **Compatible clients:** claude-code, cursor, copilot, gemini (basis: transport)

## Trust

60/100 (B), scored on the package rubric
- Publisher verified: no
- Install scripts: nothing suspicious found
- Prompt-injection scan: not run
- Obfuscation scan: not run
- Evidence age: 0 days

## Security scan

- **Status:** clean
- **Scanned:** 2026-09-24T09:57:03.781Z
- **Version scanned:** 0.2.1
- **CVEs:** none found by OSV at scan time

## Tools

18 declared. Statically extracted from the shipped source — a floor on the surface, not a census.
- `list_notes` — List notes newest first, filtered by folder, tag or date. This is the tool for "what is new" and "what changed lately": search_notes ranks by relevance and neve
- `get_note`
- `create_note` — Create a new note. Embedding is generated automatically in the background. The server instructions' wikilink and tag rules apply: search_notes for the topic fir
- `update_note` — Update note fields. Re-embeds if title or content changed. Updates wikilinks if title changed. The server instructions' wikilink and tag rules apply when substa
- `append_to_note` — Add text to a note without resending the rest — prefer it over update_note for journals, logs and running lists. A blank line separates your text from what was 
- `replace_in_note`
- `delete_note`
- `restore_note` — Undo delete_note: brings a soft-deleted note back. Errors if the note isn't in the trash (never deleted, already restored, or purged past the retention window),
- `search_notes`
- `indexing_status`
- `list_tags`
- `list_folders` — List folders with the full path already resolved — no need to walk parent_id yourself. Pass a folder's own id as parent_id to create_folder/update_folder to nes
- `create_folder` — Create a new folder. Optionally nested under a parent.
- `update_folder` — Rename a folder and/or move it under a different parent (set parent_id to null for top level). Provide at least one of name/parent_id. The response includes the
- `delete_folder` — Delete a folder and its full subtree of child folders (cascade). Every note inside — including notes in nested subfolders — is soft-deleted into the trash along
- `get_backlinks` — Notes that link to this one via [[Title]] wikilinks, by id or title. Each comes back as id/title/folder_path plus a snippet around the link; include_content:tru
- `get_neighbors`
- `get_graph`

## Install

**Verdict: review** — Installable, but 1 thing to check first: No publisher has proved control of this listing; it is indexed, not vouched for.
**Cautions** (coverage gaps and advisories — never blocking)
- No publisher has proved control of this listing; it is indexed, not vouched for.
**Config** (claude-code):
```json
"{\n  \"mcpServers\": {\n    \"kybase\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"-y\",\n        \"kybase-mcp\"\n      ],\n      \"env\": {\n        \"GOOGLE_API_KEY\": \"<YOUR_GOOGLE_API_KEY>\",\n        \"OPENAI_API_KEY\": \"<YOUR_OPENAI_API_KEY>\",\n        \"DATABASE_URL\": \"<YOUR_DATABASE_URL>\"\n      }\n    }\n  }\n}"
```
**Credentials it will ask for** (names only — Forge never holds a value):
- `GOOGLE_API_KEY` — Google API Key (optional)
- `OPENAI_API_KEY` — OpenAI API Key (optional)
- `DATABASE_URL` — Database URL (optional)
Placeholders only. Forge never holds, brokers, or transmits a credential value — replace each <YOUR_NAME> in your own config file. Do not send a value back to Forge; no Forge endpoint accepts one.
- This entry needs 3 credentials (0 required). The generated config carries placeholders, so it will fail in the editor rather than at runtime if they are left unset.

## Blast radius

Extensive blast radius — deletes data; holds an api key.
- Floor 56, ceiling 56 (tier: extensive)
- This is impact, not likelihood. A high radius is not a defect: a filesystem server is supposed to write files. It is never part of the trust score.

## Machine-readable views of this entry

- Signed JSON: https://forgeregistry.com/api/v1/packages/kybase-mcp
- Install plan: https://forgeregistry.com/api/v1/packages/kybase-mcp/install-plan
- Alternatives: https://forgeregistry.com/api/v1/alternatives/kybase-mcp
- HTML page: https://forgeregistry.com/registry/kybase-mcp
- MCP: POST https://forgeregistry.com/api/mcp → `forge_get_package` / `forge_install_plan`

## About this document

Generated by Forge (https://forgeregistry.com) — a compact rendering of the same record served, signed, at the JSON URL above. Trust and scan facts are the registry's own measurements; anything Forge did not measure is named as unmeasured rather than omitted.
