{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_hdd4nbmzj7zn","handle":"note-taker-mcp","url":"https://wellknown.network/agents/note-taker-mcp","links":{"self":"https://wellknown.network/agents/note-taker-mcp/record.json","html":"https://wellknown.network/agents/note-taker-mcp","markdown":"https://wellknown.network/agents/note-taker-mcp/record.md","api":"https://wellknown.network/api/v1/agents/note-taker-mcp","status":"https://wellknown.network/api/v1/agents/note-taker-mcp/status","claim":"https://wellknown.network/agents/note-taker-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/note-taker-mcp/claim.json","badge":"https://wellknown.network/agents/note-taker-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:note-taker-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"note-taker-mcp","summary":"MCP allowing short text notes to be persisted and retrieved locally for aiding in long context reasoning tasks","description":"> An important pre-read caveat. This project is 100% codex written. I wrote nothing execpt the prompts to execute this. I plan to take a pass at cleaning up the code where needed but as of now the code is rough but working.\n\n# Notes MCP\n\nThe goal of the notes mcp server is to allow for LLMs to write and read small chunks of information that they think may be important to reference later.\n\n# Design\n\n- The notes will be stored as filestore files with a unique uuid for each file.\n- A summary of the note (or details the model provides on when it would want to use that note again) will be persisted to a local vector store along with a metadata field on the entry containing the uuid to reference back to the file.\n- The vector store is a local Chroma instance backed by an on-device embedding function, persisted under `.notes/chroma/`.\n\nThe system is designed with four core actions to interact with this system\n\n## Actions\n\n### Write Note\n\nDescription: This should create a new note, persist it to disk, and add an entry into the Vector Store.\n\nArgs:\n- note: str - the note to persist to disk\n- when_to_use - a summary of the note and when the model would want to use this note\n- tags: list[str] (optional) - metadata tags to aid filtered search\n\n### Search Notes\n\nDescription: Returns up to five notes matching the query, optionally filtered by tags and score threshold.\n\nArgs:\n- query: str - the search query\n- tags: list[str] (optional) - only return notes that share at least one of these tags\n- score_threshold: float (optional, default 0.75) - minimum similarity score required\n- k: int (optional, default 5) - max results to return\n\nReturn:\n- results: list of objects each containing `note`, `note_id`, `score`, `when_to_use`, and `tags`\n\n### Remove Note\n\nDescription: Deletes a note from filestore & vectore store\n\nArgs:\n- note_id: str - the id of the note to delete\n\n### Update Note\n\nDescription: Updates an existing note. Will overwrite the entire note with the new content provided, …","publisher":{"name":"chriskyle, codex","url":null},"homepage":null,"repository":"https://github.com/chriskyle/note-taker-mcp","version":"0.1.3","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:note-taker-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","publisherName":"pypi"}},"derived":{"capabilities":[{"slug":"knowledge.reasoning","name":"Reasoning & Planning","confidence":0.802,"provenance":"derived"},{"slug":"ai.prompting","name":"Prompt Management","confidence":0.791,"provenance":"derived"},{"slug":"data.vector-search","name":"Vector Search","confidence":0.779,"provenance":"derived"}],"categories":["ai","data","knowledge"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"note-taker-mcp","registry":"pypi","observedAt":"2026-09-10T08:27:24.095Z","publishedAt":"2025-12-31T04:24:26.151558Z","latestVersion":"0.1.3"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"note-taker-mcp","url":"https://pypi.org/project/note-taker-mcp/","firstSeenAt":"2026-09-10T08:25:32.024Z","fetchedAt":"2026-09-10T08:25:32.024Z","normalizedAt":"2026-09-10T08:25:32.024Z"}]},"firstSeenAt":"2026-09-10T08:25:32.024Z","updatedAt":"2026-09-10T08:27:24.095Z"}