Back to Home
TillMatthis icon

kura-notes-mcp

Verified Safe

by TillMatthis

Overview

This MCP client allows Claude Desktop to interact with the KURA Notes API, providing capabilities for semantic search, note creation, retrieval, and management within Claude's native interface.

Installation

Run Command
node /absolute/path/to/kura-mcp-client/dist/index.js

Environment Variables

  • API_KEY
  • KURA_API_URL

Security Notes

The server correctly handles environment variables for sensitive data (API_KEY) and API endpoint (KURA_API_URL), avoiding hardcoded secrets. There are no obvious signs of 'eval' or malicious patterns. Error handling for API calls is robust, returning detailed messages without crashing the server. The primary security consideration is ensuring the user trusts the KURA Notes API and correctly configures the API_KEY and KURA_API_URL within their local Claude Desktop environment, as a malicious configuration could redirect API calls. Logging of partial API_KEY for debugging is a minor info leak, common in such clients.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1500
Stars0
Forks0
Last Update2025-11-28

Tags

semantic searchnote managementClaude DesktopKURA NotesMCP