@humsana/mcp
v1.0.4
Published
Connect Claude Desktop to your Humsana behavioral context
Maintainers
Readme
Humsana MCP Bridge for Claude Desktop
Connect Claude Desktop to your Humsana behavioral context for truly personalized AI interactions.
Quick Setup
- Register at humsana.com to get your API key
- Run the setup command:
npx @humsana/mcp setup YOUR_API_KEY- Restart Claude Desktop
- Your context is now connected!
Manual Setup
Add this to your Claude Desktop config:
{
"mcpServers": {
"humsana": {
"command": "npx",
"args": ["@humsana/mcp"],
"env": {
"HUMSANA_API_KEY": "your_api_key_here"
}
}
}
}Support
- Website: humsana.com
- Docs: docs.humsana.com
License
MIT
