This is the Cognis Digital org profile. The tools live in the Cognis Neural Suite — here is how to go from catalog to a running tool.
- Browse the catalog — open the full catalog (or awesome-cognis) and pick a tool.
- Install it — most tools ship a CLI on PyPI under the
cognis-prefix, e.g.:pip install cognis-mcpharden # see the chosen tool's README for its real package name - Run the primary command and get machine-readable output — tools emit JSON/SARIF:
mcpharden scan . --format sarif --out report.sarif - Point your agents at it — every tool ships an MCP server, so Claude Desktop / Cursor / Cognis.Studio can scan, audit, and remediate autonomously (run the tool's
mcpcommand). - Automate in CI — gate builds on findings and upload SARIF to code scanning:
- run: pip install cognis-mcpharden - run: mcpharden scan . --format sarif --out report.sarif --fail-on high - uses: github/codeql-action/upload-sarif@v3 with: { sarif_file: report.sarif }
Cognis Digital (Wyoming, USA) builds the Cognis Neural Suite — 280+ single-purpose, self-hostable, MCP-native tools across security, AI, military/IC, compliance, data, dev, and business. Every tool ships a CLI, JSON/SARIF output, an MCP server, polyglot ports (Py/JS/Go/Rust), a Dev Container, cross-OS + cloud deploy, and CI/CodeQL — and most ship real, tested code.
🧠 Every tool is an MCP capability — point your agents (Claude Desktop, Cursor, Cognis.Studio) at the suite and they can scan, audit, and remediate autonomously.
🗂️ Full catalog → cognis-neural-suite · ⭐ awesome-cognis · 🔗 cognis-sources
| Flagships | |
|---|---|
| 🤖 uncensored-fleet | local multi-model LLM fleet + harness |
| 💻 cognis-code | local uncensored coding suite for every IDE |
| 🪪 agentpassport | verifiable multi-hop AI-agent identity |
| 🔭 locateanything | photo geolocation via local VL + reasoning |
| 🔧 mcpify | turn any CLI into an MCP server |
| 🪖 cognis-neural-suite#military | 12-repo military/IC ecosystem (RMF/STIG/SCIF...) |
Python JavaScript Go Rust Shell PowerShell Solidity Docker
Led by Christopher Hyatt — Software & AI Engineer, founder of Cognis Digital, smart-contract auditor (Entersoft, intern→lead), and federal cybersecurity SME. 🛰️ Hack-A-Sat 7th worldwide / 3,600+ teams · Top 1% TryHackMe · Eagle Scout · CompTIA Security+ · CISSP Prep · AWS DevOps.
Languages · Python · TypeScript/JavaScript · Solidity · Rust · Go · Move · Cairo · Vyper · SQL · Bash AI / Agents · self-hosted LLMs · RAG · evals & guardrails · MCP · Claude Agent SDK · LangGraph · CrewAI · AutoGen · LangChain · LlamaIndex · Ollama · vLLM · llama.cpp Chains · EVM · Base · Arbitrum · Blast · Polygon · Solana · Algorand · Nervos · Cronos · Conflux · XRPL Engineering · React/Next.js · FastAPI · Node.js · Docker · Kubernetes · AWS · Azure · GCP · PostgreSQL · Redis · Supabase · CI/CD Security & Web3 · smart-contract audit · formal verification · pentesting · Foundry · Slither · Echidna · Mythril · Burp Suite · Nmap · Kali · SIEM/Splunk · NIST 800-53 · MITRE ATT&CK Intelligence · OSINT · SIGINT · GEOINT · HUMINT · ADINT | PQC · post-quantum crypto
Open to roles & contract work via DevPairer.
⭐ Star the tools you use · 🛠️ Contribute under the collaboration-pull model (see any repo's CONTRIBUTING.md) · 🏢 Commercial use → licensing@cognis.digital
cognis-digital composes with the 300+ tool Cognis suite — JSON in/out and a shared
OpenAI-compatible /v1 backbone. See INTEROP.md for the
suite map, composition patterns, and reference stacks.
Forward cognis-digital's findings to STIX/MISP/Sigma/Splunk/Elastic/Slack/webhooks via
cognis-connect. See INTEGRATIONS.md .