ENDPOINT 1
https://api.ainote.dev/api/mcp
MCP server metadata
- Name
- ainote-mcp-http
- Version
- 1.0.0
Known tools 35
project_readList the authenticated user's projects (L2 intent layer), or fetch one by id.
Inferred read-onlyassumption_writeCreate or update an assumption under a project (L2 intent layer).
Potential side effectsjudgment_submitRequest a human judgment (L3 layer) by attaching evidence — approval, evidence, or verdict.
Inferred read-onlyjudgment_listList the authenticated user's own judgments (L3 layer) — use this to check your own blocking status (risk_tier 1 pending = execution blocked).
Inferred read-onlyget_setup_guideGet instructions for setting up AI Note MCP in Claude Desktop, Cursor, or other MCP clients.
Inferred read-onlyvault_createCreate a new private vault as a GitHub repository under the user's account.
Potential side effectshandoff_saveSave a session handoff note for cross-device / cross-session continuation.
Inferred read-onlyenv_sync.secret_rotateRotate a secret: soft-delete the old node, create a new live node with the same alias and the new ciphertext+recipients.
Potential side effectsCONNECT 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.
ainote.dev 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.