NoteLLM_MCP_Server is an open-source software designed to provide MCP services via API for the Joplin plugin NoteLLM. It can also serve as a general-purpose MCP service provider through API, or offer ...
src/ ├── index.ts # CLI entry point ├── server.ts # MCP server implementation ├── instrumentation.ts # Sentry + OpenTelemetry setup ├── config/ │ └── index.ts # Environment configuration ├── db/ │ ├── ...