adoptai-sixsense-mcp
v0.2.21
Published
6sense MCP server for Cursor, Claude Desktop, Claude Code, Windsurf, and VS Code
Maintainers
Readme
6sense — AdoptAI MCP (direct API)
Connect Cursor, Claude Desktop, Claude Code, and other MCP clients to your 6sense ABM tenant using the same browser session cookies (and optional API Bearer) your UI uses.
Quick start
npx adoptai-sixsense-mcp --client cursorPaste the full Request cookie header from DevTools → Network (includes __Secure-6sisession). Optionally set tenant base URL if it differs from the default test host.
After setup, restart the client and use tools such as sixsense_server_info, sixsense_get_segment_details, and sixsense_list_organization_users.
Auth (see adoptai-mcp/docs/instructions.md)
| Mechanism | Purpose |
|-----------|---------|
| Full cookie string | Primary; matches logged-in browser session. |
| sessionCookie | __Secure-6sisession JWT only if you cannot paste the full header. |
| token | Optional Bearer for routes that accept it; many tally routes still need Cookie. |
| csrfToken / SIXSENSE_CSRF_TOKEN | Writes (POST/PUT/DELETE); paste browser x-csrftoken if you get 403. |
| SIXSENSE_USER_AGENT | Optional override to match your browser. |
The package exports auth.js with authConfig, validateCredentials (GET /auth_user/), and buildAuthHeaders for compatibility with the unified @adoptai/mcp integration layout.
Package name
Published as adoptai-sixsense-mcp (unchanged). Binaries: adoptai-sixsense-mcp (setup), adoptai-sixsense-server (MCP process).
Security
Never commit real cookies or tokens. Rotate the session if credentials were exposed.
