Productivity
n0t.es
Manage files and their interconnections in a personal workspace, including creating, reading, and linking files based on semantic relationships.
ENDPOINT 1
https://www.n0t.es/mcp
MCP server metadata
- Name
- -txt MCP Server
- Version
- 0.1.0
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-filesCreate an explicit connection between two files in the workspace brain.
Potential side effectsget-clueRead 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-onlylist-skillsList published agent skills for the authenticated user, including notes shared by collaborators.
Inferred read-onlyrestore_noteRestore a note from trash and make it available to normal file tools again.
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.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.
n0t.es is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.