Back to Browse

Suite MCP Server

Developer ToolsLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Local markdown notes: ranked + semantic search, tags, todos, and a wiki-link knowledge graph.

About

Local markdown notes: ranked + semantic search, tags, todos, and a wiki-link knowledge graph.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

8 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

What You'll Need

Set these up before or after installing:

Directory containing your markdown notes (defaults to ~/notes).Optional

Environment variable: NOTES_DIR

Set to 1 or true to disable all note-modifying tools.Optional

Environment variable: NOTES_READONLY

Where the semantic-search embedding model is cached.Optional

Environment variable: NOTES_MODEL_DIR

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-abhishekkumar2021-notes": {
      "env": {
        "NOTES_DIR": "your-notes-dir-here",
        "NOTES_READONLY": "your-notes-readonly-here",
        "NOTES_MODEL_DIR": "your-notes-model-dir-here"
      },
      "args": [
        "-y",
        "@abhishekmcp/notes"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Suite MCP Server - Local markdown notes: ranked + semantic search, tags, | MCP Marketplace