Great feedback. I should add it to the docs on the NPM (still need to open source the stack).
I actually do have it running on Claude Desktop! (Web not available yet) If you add the following code snippet to your Claude Desktop config under mcpServers that's going to configure it for you.
"tightknit": {
"command": "npx",
"args": [
"@tightknitai/tightknit@alpha",
"mcp"
],
"env": {
"TIGHTKNIT_API_KEY": "------------"
}
}
I'll also update the npm docs to include these details Linear Asks