dashley-tableau
v1.0.1
Published
MCP server with authenticated access to Chaos Auth backend
Readme
mcp-chaos-auth
MCP server with authenticated access to Chaos Auth backend.
Installation
npm install -g mcp-chaos-auth
rm -rf /Users/joshua.icuss/mcp-servers/claude-mcp-minimal; mkdir /Users/joshua.icuss/mcp-servers/claude-mcp-minimal
cp -R /Users/joshua.icuss/Documents/claude-mcp-minimal/* /Users/joshua.icuss/mcp-servers/claude-mcp-minimal
Link it locally for development - If you want to test the CLI tool while developing, you can link it:
npm install
npm run build
npm link
/opt/homebrew/bin/npx
tasty-mcp-minimal
node /Users/joshua.icuss/mcp-servers/claude-mcp-minimal/dist/index.js
npm login
Update package.json:
File operations writeTFile operations writeResultDone
npm run build
npm publish
npm run build
npm unlink -g
npm link
mcp-chaos-auth-server
npm install mcp-chaos-auth
npm mcp-chaos-auth-server
**Option 1 - Global install:**
```bash
npm install -g mcp-chaos-auth
mcp-chaos-auth-servermcp-chaos-auth login
mcp-chaos-auth statusShows session expiry and permission count. Does not call backend.
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"chaos-auth": {
"command": "tasty-mcp-server"
}
}
}