J
Jotsu MCP
by @getjotsu
Versatile library for the Model Context Protocol (MCP), primarily designed for handling authentication.
Created 5/31/2025
Updated 2 days ago
README
Repository documentation and setup instructions
Jotsu MCP
General-purpose library for implementing the Model Context Protocol (MCP).
Quick Setup
Installation guide for this server
Install Package (if required)
uvx jotsu-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"getjotsu-jotsu-mcp": {
"command": "uvx",
"args": [
"jotsu-mcp"
]
}
}
}