refaldyrk/smartnote-server
3.1
If you are the rightful owner of smartnote-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
SmartNote MCP Server is designed to provide LLM capabilities for CRUD operations in Note Apps.
SmartNote MCP Server
MCP Server for Provide LLM can CRUD Note Apps
Build
Just run
npm run build
And you can see ./dist
folder.
Run
You can test MCP server on Postman.
Layering
+---src
+---config
+---constanta
+---model
+---routes
+---service
config
for config files (env, initial database)constanta
for global constantmodel
Modelroutes
Like API, this folder for routes filesservice
this initial routing and service