@lorikeetai/mcp
v1.0.0
Published
Lorikeet MCP
Readme
Lorikeet MCP
Setup
pnpm installBuild
pnpm buildSetup Claude desktop
Add the following to your ~/.config/claude/claude_desktop_config.json file:
(Actual path may vary)
{
"mcpServers": {
"lorikeet-mcp": {
"command": "node",
"args": [
"--env-file",
"~/repos/support/apps/lorikeet-mcp/.env",
"~/repos/support/apps/lorikeet-mcp/dist/index.js"
]
}
}
}