← ainote.dev

INDIVIDUAL MCP TOOL

env_sync_read

Read env-sync state.

ainote.devnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for env_sync_read 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

ainote.dev

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.

Related tools

  • delete_task — Soft-delete a task by ID.
  • list_papers — List notes/papers from AI Note.
  • project_read — List the authenticated user's projects (L2 intent layer), or fetch one by id.
  • project_write — Create or update a project (L2 intent layer).
  • assumption_write — Create or update an assumption under a project (L2 intent layer).
  • judgment_submit — Request a human judgment (L3 layer) by attaching evidence — approval, evidence, or verdict.
  • 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).
  • delete_dev_doc — Soft-delete a dev document by title or UUID.