Skip to content

ktmcp-cli/geneea

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner

"Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI."

Peter Steinberger, Founder of OpenClaw Watch on YouTube (~2:39:00) | Lex Fridman Podcast #491

Geneea NLP CLI

⚠️ Unofficial CLI - Not officially sponsored or affiliated with Geneea NLP.

Production-ready CLI for Geneea - natural language processing and text analysis for sentiment, entities, and topics.

Features

  • Text Analysis — Analyze text for sentiment and meaning
  • Entity Recognition — Extract entities from text
  • Topic Detection — Identify topics and themes
  • Sentiment Analysis — Determine text sentiment
  • JSON output — All commands support --json for scripting

Installation

npm install -g @ktmcp-cli/geneea

Quick Start

# Configure API key
geneea config set --api-key YOUR_API_KEY

# Show configuration
geneea config show

# Get info
geneea info

# List resources
geneea list

# Get a specific resource
geneea get <id>

Commands

Config

geneea config set --api-key <key>
geneea config set --base-url <url>
geneea config show

Info

geneea info
geneea info --json

Resources

geneea list
geneea list --json
geneea get <id>
geneea get <id> --json

JSON Output

All commands support --json for structured output:

geneea list --json | jq '.'
geneea info --json | jq '.version'

Why CLI > MCP?

No server to run. No protocol overhead. Just install and go.

  • Simpler — Just a binary you call directly
  • Composable — Pipe to jq, grep, awk
  • Scriptable — Works in cron jobs, CI/CD, shell scripts

License

MIT — Part of the Kill The MCP project.

About

Production-ready CLI for geneea

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •