Quickstart
1
Connect the server to your MCP client
npm i -g @hinkal/mcpclaude mcp add hinkal -- hinkal-mcp{
"mcpServers": {
"hinkal": { "command": "hinkal-mcp" }
}
}{
"mcpServers": {
"hinkal": {
"command": "npx",
"args": ["-y", "@hinkal/mcp@latest"]
}
}
}codex mcp add hinkal -- hinkal-mcp{
"mcpServers": {
"hinkal": { "command": "hinkal-mcp" }
}
}Last updated