Get accurate data queries with ktx, for founders using AI agents like Claude and Codex.
801 stars44 forksTypeScriptQuality 9/10Updated 6/2/2026100% free Β· open source
What it does
This tool enables founders to build smarter data analytics agents that can query data accurately using AI-powered business intelligence tools with semantic memory and skills
When to use it
β’When you need to integrate AI agents with your data analytics platform for more precise querying
β’When you want to leverage semantic memory to improve the accuracy of your data analytics
β’When you need to build custom data analytics agents with specific skills for your business intelligence tools
Quick start
1Install the ktx-ai-data-agents-mcp-context-skills library using npm or yarn
2Set up your MCP server and configure the ktx context layer
3Define your data analytics agent's skills and semantic memory using TypeScript
4Use the ktx library to query your data and leverage the AI agent's capabilities
Ready-to-paste prompt
const ktx = require('ktx-ai-data-agents-mcp-context-skills'); const agent = new ktx.Agent(); agent.query('What is the total revenue for the current quarter?', (err, result) => { console.log(result); });