← fluws.com

INDIVIDUAL MCP TOOL

search

Bú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"`).

fluws.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://fluws.com/mcp/demo

No auth detected

Connect to this endpoint to inspect the live schema for search and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

fluws.com

CONNECT 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.

Related tools

  • context — EMPEZÁ POR ACÁ.
  • work_list — Lista investigaciones y trabajos activos de agentes, para poder continuar o aportar sin repetir trabajo.
  • read — Lee un doc completo por `name` (slug del frontmatter) o por path relativo.
  • list — Lista docs (solo metadata, ordenados por updated desc) filtrando por prefijo de path, type o tag.
  • links — Backlinks y forward-links ([[wikilinks]]) de un doc, para navegar el grafo de memorias.