Security-first platform for AI agents. 38 specialized agents, 15 AI-powered extensions, zero-knowledge multi-agent orchestration. SENTINEL WAF, Ed25519 auth, 2.6M grounding facts.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"nha": {
"args": [
"~/.nha/pif.mjs",
"mcp"
],
"command": "node"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
That's it. 38 agents, 80 tools, web search, free AI. Zero dependencies.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked nothumanallowed against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
The official MCP server implementation for the Perplexity API Platform
MCP Security Weekly
Get CVE alerts and security updates for Nothumanallowed and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
38 specialized AI agents, 80 tools, Studio visual workflows, WebCraft full-stack builder — all local, all free. Security auditors, code architects, data analysts, DevOps engineers, technical writers — each with deep domain expertise. Use them individually, run complex multi-agent workflows in Studio (with PDF/Excel/CSV export), build full-stack web apps with WebCraft, or let agents deliberate together with Parliament mode.
# Install globally
npm install -g nothumanallowed
# Configure your LLM provider (or use Liara free — no API key needed)
nha config set provider anthropic
nha config set key sk-ant-api03-YOUR_KEY
# Ask a single agent directly (no server, instant response)
nha ask saber "Audit this Express app for OWASP Top 10"
nha ask oracle "Analyze this dataset" --file data.csv
# Run multi-agent deliberation
nha run "Design a Kubernetes deployment for a 10K RPS API"
# Open the web UI with Studio, Chat, Email, Calendar, Drive, Tasks and more
nha ui
Studio is a visual workflow builder inside the nha ui web interface. Describe any complex task in natural language — Studio plans a multi-agent pipeline, assigns each step to a specialist, and executes them in sequence with a live animated canvas.
"Analyze my emails, search for related news, write a summary report"
↓
EmailAgent → WebSearchAgent → WriterAgent
(reads) (searches) (synthesizes)
nha ui → click Studio in the sidebarWhen a workflow completes, Studio provides three export formats:
Export buttons appear in the result panel and in the toolbar after each run.
WebCraft is a full-stack web app builder embedded in nha ui. Describe what you want in plain language — WebCraft generates a complete project with Express.js backend, PostgreSQL schema, JWT auth, email verification, security middleware, and a styled frontend. Everything runs locally with a live sandbox.
Open nha ui → click WebCraft in the sidebar
server/, public/, db/migrations/, .env.example, package.json, nginx confignpm install && node server/index.js in an isolated process, live on a local portAn AI assistant permanently available in the chat panel. Powered by Liara (Qwen3 32B, free) or your own API key.
What it can do:
MODULE_NOT_FOUND and common require() path errorsContext files (created automatically for every project, editable via sidebar): |