← Registry

Productivity

ainote.dev

Manages tasks and categories via AI Note API.

1 endpoint35 known toolsFirst detected July 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.ainote.dev/api/mcp

No auth detected

MCP server metadata

Name
ainote-mcp-http
Version
1.0.0
Capabilities
toolsresourcespromptssampling

Known tools 35

delete_task

Soft-delete a task by ID.

Potential side effects
list_papers

List notes/papers from AI Note.

Inferred read-only
project_read

List the authenticated user's projects (L2 intent layer), or fetch one by id.

Inferred read-only
project_write

Create or update a project (L2 intent layer).

Potential side effects
assumption_write

Create or update an assumption under a project (L2 intent layer).

Potential side effects
judgment_submit

Request a human judgment (L3 layer) by attaching evidence — approval, evidence, or verdict.

Inferred read-only
judgment_list

List the authenticated user's own judgments (L3 layer) — use this to check your own blocking status (risk_tier 1 pending = execution blocked).

Inferred read-only
delete_dev_doc

Soft-delete a dev document by title or UUID.

Potential side effects
get_setup_guide

Get instructions for setting up AI Note MCP in Claude Desktop, Cursor, or other MCP clients.

Inferred read-only
vault_create

Create a new private vault as a GitHub repository under the user's account.

Potential side effects
vault_sync

Wrapper around vault file sync.

Inferred read-only
sync_push

Push a markdown file into the primary vault.

Inferred read-only
sync_push_batch

Push MANY files into the primary vault in ONE call.

Inferred read-only
sync_delete

Delete a file from the primary vault.

Potential side effects
sync_audit_layer5

Record the result of a client-side Layer 5 codex review (sync.

Inferred read-only
handoff_save

Save a session handoff note for cross-device / cross-session continuation.

Inferred read-only
graph_soft_delete

Soft-delete an env_sync graph node (sets deleted_at; .

Potential side effects
env_sync.secret_push

Push a new client-encrypted secret.

Inferred read-only
env_sync.secret_pull

Pull an encrypted secret blob.

Inferred read-only
env_sync.secret_rotate

Rotate a secret: soft-delete the old node, create a new live node with the same alias and the new ciphertext+recipients.

Potential side effects
env_sync_txn_push

Ingest a batched envelope of client-recorded env_sync mutations.

Inferred read-only
env_sync_txn_rollback

Inverse-apply a prior env_sync transaction.

Inferred read-only
tasks_read

Read tasks and task categories.

Inferred read-only
task_write

Create or update a task (non-destructive).

Potential side effects
dev_docs_read

Read dev docs.

Inferred read-only
dev_doc_write

Create or update a dev doc (non-destructive).

Potential side effects
sync_read

Read-only vault sync operations.

Inferred read-only
vault_read

Read vault metadata.

Inferred read-only
env_sync_read

Read env-sync state.

Inferred read-only
env_sync_write

Non-destructive env-sync writes.

Inferred read-only
graph_read

Read knowledge-graph nodes.

Inferred read-only
graph_write

Add or update a graph entity (non-destructive).

Potential side effects
handoff_read

Read session handoffs.

Inferred read-only
memory_read

Read agent memory.

Inferred read-only
auth_key

Obtain an MCP key.

Inferred read-only

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.ainote-mcp-http]
url = "https://api.ainote.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ainote-mcp-http": {
      "type": "http",
      "url": "https://api.ainote.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ainote-mcp-http
Remote MCP URL: https://api.ainote.dev/api/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": {
    "ainote-mcp-http": {
      "url": "https://api.ainote.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ainote-mcp-http": {
      "type": "http",
      "url": "https://api.ainote.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ainote-mcp-http",
  "transport": "streamable-http",
  "url": "https://api.ainote.dev/api/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 ainote.dev was fetched 2026-07-30T23:46:40.777Z and is being refreshed.

Trust status Trusted

ainote.dev 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.