← n0t.es
INDIVIDUAL MCP TOOL
list-files
List all files and folders belonging to the authenticated user.
LIVE ENDPOINT
https://www.n0t.es/mcp
Connect to this endpoint to inspect the live schema for list-files 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
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.txt-mcp-server]
url = "https://www.n0t.es/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"txt-mcp-server": {
"type": "http",
"url": "https://www.n0t.es/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: txt-mcp-server
Remote MCP URL: https://www.n0t.es/mcp
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": {
"txt-mcp-server": {
"url": "https://www.n0t.es/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"txt-mcp-server": {
"type": "http",
"url": "https://www.n0t.es/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "txt-mcp-server",
"transport": "streamable-http",
"url": "https://www.n0t.es/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
connect-files— Create an explicit connection between two files in the workspace brain.create-file— Create a new file in the authenticated user's workspace.get-clue— Read the workspace brain: clusters, pending connection suggestions, unresolved [[wikilinks]], the brain's profile of the user, and (optionally) semantic neighbors of one file.get-file— Read the full content of a file by its ID.list-skills— List published agent skills for the authenticated user, including notes shared by collaborators.purge_trashed_note— Permanently delete an already-trashed note.restore_note— Restore a note from trash and make it available to normal file tools again.run_aclue— Ask aclue to re-reason over the authenticated workspace.