← Registry

Productivity

n0t.es

Manage files and their interconnections in a personal workspace, including creating, reading, and linking files based on semantic relationships.

1 endpoint11 known toolsFirst detected August 16, 2026Last detected August 16, 2026

ENDPOINT 1

https://www.n0t.es/mcp

No auth detected

MCP server metadata

Name
-txt MCP Server
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Always call list-files first to discover file IDs before reading or writing. Use get-file to read content and update-file to write. Use trash_note for ordinary removal; permanent purge only applies to already-trashed notes and requires explicit confirmation. Use run_aclue only when the user asks the workspace brain to re-reason, then get-clue to inspect the result. Pass your API key as a Bearer token in the Authorization header. list-files returns both rootFiles and folders with their nested files.

Known tools 11

connect-files

Create an explicit connection between two files in the workspace brain.

Potential side effects
create-file

Create a new file in the authenticated user's workspace.

Potential side effects
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.

Inferred read-only
get-file

Read the full content of a file by its ID.

Inferred read-only
list-files

List all files and folders belonging to the authenticated user.

Inferred read-only
list-skills

List published agent skills for the authenticated user, including notes shared by collaborators.

Inferred read-only
purge_trashed_note

Permanently delete an already-trashed note.

Potential side effects
restore_note

Restore a note from trash and make it available to normal file tools again.

Inferred read-only
run_aclue

Ask aclue to re-reason over the authenticated workspace.

Inferred read-only
trash_note

Move a note to trash.

Inferred read-only
update-file

Write new content or rename a file.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for n0t.es was fetched 2026-08-18T05:02:50.820Z.

Trust status Trusted

n0t.es is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.