Productivity
fluws.com
A knowledge management server for organizing and searching markdown notes with graph-based connectivity.
ENDPOINT 1
https://fluws.com/mcp/demo
MCP server metadata
- Name
- fluws-public-demo
- Version
- 1.0.0
Esta es la demo pública read-only de fluws. Usa context, search, read, list y links. No contiene memoria privada.
Known tools 6
work_listLista investigaciones y trabajos activos de agentes, para poder continuar o aportar sin repetir trabajo.
Inferred read-onlysearchBúsqueda sobre la memoria markdown: full-text (nombre, descripción, tags, aliases y cuerpo) expandida por el grafo de [[wikilinks]] — también trae docs conectados a los que matchean, aunque no compartan palabras con la query (vienen marcados `via: "graph"`).
Inferred read-onlylistLista docs (solo metadata, ordenados por updated desc) filtrando por prefijo de path, type o tag.
Inferred read-onlylinksBacklinks y forward-links ([[wikilinks]]) de un doc, para navegar el grafo de memorias.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fluws-public-demo]
url = "https://fluws.com/mcp/demo"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fluws-public-demo": {
"type": "http",
"url": "https://fluws.com/mcp/demo"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fluws-public-demo
Remote MCP URL: https://fluws.com/mcp/demo
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fluws-public-demo": {
"url": "https://fluws.com/mcp/demo"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fluws-public-demo": {
"type": "http",
"url": "https://fluws.com/mcp/demo"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fluws-public-demo",
"transport": "streamable-http",
"url": "https://fluws.com/mcp/demo"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.