Useai
Freeby MCP Community
Track your AI-assisted development workflow. MCP server that records usage metrics across all your AI tools.
v0.9.6Added Apr 12, 2026
mcpaideveloper-toolscursorclaude-code
Useai MCP Server
Track your AI-assisted development workflow. MCP server that records usage metrics across all your AI tools.
Installation
Reviews
Installation
Quick install
npx -y @devness/useai
Add to claude_desktop_config.json
{
"mcpServers": {
"useai": {
"command": "npx",
"args": ["-y", "@devness/useai"]
}
}
}