streamable-httpupdated 6mo ago
noteflow-mcp is a FastMCP v2 server that connects to a notes-style API.
¿Qué puedes hacer con NoteFlow MCP?
noteflow-mcp
noteflow-mcp is a FastMCP v2 server that connects to a notes-style API.
Setup
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/add
DummyJSON does not require an API key, so NOTES_API_KEY can stay empty.
Run locally
uv run noteflow-mcp
Or:
uv run python -m noteflow_mcp.server
Exposed tools
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.
Instalación
Añade NoteFlow MCP a tu cliente. Elige el que uses.
claude mcp add --transport http noteflow-mcp https://2c08-27-4-120-4.ngrok-free.app/mcpcodex mcp add noteflow-mcp --url https://2c08-27-4-120-4.ngrok-free.app/mcp{
"mcpServers": {
"noteflow-mcp": {
"url": "https://2c08-27-4-120-4.ngrok-free.app/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"noteflow-mcp": {
"type": "http",
"url": "https://2c08-27-4-120-4.ngrok-free.app/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"noteflow-mcp": {
"url": "https://2c08-27-4-120-4.ngrok-free.app/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"noteflow-mcp": {
"serverUrl": "https://2c08-27-4-120-4.ngrok-free.app/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Puntuación
39 / 100
Incompleta
- Documentación19/25
- Mantenimiento13/25
- Confianza6/20
- Capacidad0/15
- Instalación12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 175 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Historial de versiones
| Versiones | Publicada |
|---|---|
| 1.0.1Última | 10 mar 2026 |
| 1.0.0 | 10 mar 2026 |