data-ai MCP Server
A standard SDK for building agent-facing apps across MCP, CLI, React, and AI tool stacks.
Discovered via github-seeds:mcp-hot and last synced 3mo ago.
1. Install the package
npx @ageniti/core
2. Add to claude_desktop_config.json
{
"mcpServers": {
"-ageniti-core": {
"command": "npx",
"args": [
"@ageniti/core"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)
Shows
What it gives you