@notnessie/mcp
v0.2.0
Published
NotNessie MCP server: exposes project memory tools to Claude Code over stdio and HTTP.
Maintainers
Readme
@notnessie/mcp
The Model Context Protocol (MCP) server for NotNessie — a Claude Code-native, local-first project memory layer. It exposes nine tools for retrieving project context and saving decisions, constraints, preferences, verified commands, and task summaries, over stdio (default) or Streamable HTTP.
You usually don't install this directly. Install
@notnessie/cliand runnotnessie init— it registers this MCP server in your repo's.mcp.json, andnotnessie mcplaunches it.
Tools
notnessie_get_project_context, notnessie_search_memory,
notnessie_save_decision, notnessie_save_preference,
notnessie_save_constraint, notnessie_save_verified_command,
notnessie_save_task_summary, notnessie_get_open_questions,
notnessie_get_verified_commands.
Documentation
MCP tool reference: https://grexlin85.github.io/notnessie/mcp-tools/
Source: https://github.com/GreXLin85/notnessie
License
MIT
