MCP server for freshjots.com
Server Config
{
"mcpServers": {
"freshjots": {
"command": "npx",
"args": [
"-y",
"freshjots-mcp"
],
"env": {
"FRESHJOTS_TOKEN": "mn_your_token_here"
}
}
}
}