An MCP server that used to create notes
Remote endpoints: streamable-http: https://2c08-27-4-120-4.ngrok-free.app/mcp
This is a well-structured MCP server for notes management with proper authentication handling and clean code. The server appropriately uses environment variables for configuration and includes optional API key support, with permissions that match its developer tools purpose. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 2 high severity).
4 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
noteflow-mcp is a FastMCP v2 server that connects to a notes-style API.
Install dependencies:
uv sync
Create your environment file:
cp .env.example .env
Then update .env with your real notes API settings.
The current default uses DummyJSON's free posts API as a notes backend:
GET https://dummyjson.com/postsPOST https://dummyjson.com/posts/addDummyJSON does not require an API key, so NOTES_API_KEY can stay empty.
uv run noteflow-mcp
Or:
uv run python -m noteflow_mcp.server
create_note(title, content)list_notes()create_note maps note content to DummyJSON's body field. DummyJSON simulates writes for testing, so created notes are not persisted server-side.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.