🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP β†’
Sign In

@ainote/mcp

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ainote/mcp - npm Package Compare versions

Comparing version
1.3.0
to
1.3.1
+2
-1
package.json
{
"name": "@ainote/mcp",
"version": "1.3.0",
"version": "1.3.1",
"mcpName": "io.github.seunghan91/ainote",
"description": "MCP server for AI Note - Tasks, Dev Docs, and multi-device file sync (CLAUDE.md, memory files, Cursor rules, Windsurf rules)",

@@ -5,0 +6,0 @@ "main": "index.js",

@@ -173,3 +173,3 @@ # AI Note MCP Server

- `AINOTE_API_URL` β€” backend URL (default `https://ainote-5muq.onrender.com`)
- `AINOTE_API_URL` β€” backend URL (default `https://api.ainote.dev`)
- `AINOTE_API_KEY` β€” pre-provisioned MCP key. When set, the login flow is bypassed entirely and this key is used as-is.

@@ -418,3 +418,3 @@

`AINOTE_API_KEY` | API key used for MCP key authentication | **required**
`AINOTE_API_URL` | Target AI Note API base URL | `https://ainote-5muq.onrender.com`
`AINOTE_API_URL` | Target AI Note API base URL | `https://api.ainote.dev`
`AINOTE_MCP_HTTP_PORT` | Local port for the SSE server | `3030`

@@ -650,3 +650,3 @@ `AINOTE_MCP_ALLOWED_ORIGINS` | Comma-separated list of allowed browser origins | _any_

"type": "http",
"url": "https://ainote-5muq.onrender.com/api/mcp",
"url": "https://api.ainote.dev/api/mcp",
"headers": { "Authorization": "McpKey <YOUR_MCP_KEY>" }

@@ -653,0 +653,0 @@ }