| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
____ _ _ _ _
| _ \(_)___| | ____| | / \ (_)
| | | | / __| |/ / _` | / _ \ | |
| |_| | \__ \ < (_| | / ___ \ | |
|____/|_|___/_|\_\__,_| /_/ \_\|_|
THE MISSING DRIVE FOR AI
Persistent storage infrastructure for AI agents and LLMs.
LLMs are stateless. They forget everything between sessions. Your agent artifacts vanish. Your workflows disappear. You're stuck copy-pasting documents into every chat.
diskd.ai fixes this. Think of it as the D: drive for your AI - the persistent layer where knowledge survives model crashes and context resets.
| Feature | Description |
|---|---|
| MCP Server | Model Context Protocol server for Claude, GPT, and any MCP-compatible agent |
| Unix-Style Tools | ls, glob, grep, cat, vsearch, biquery - pipe-friendly and composable |
| Agent-Native CLI | Works with Claude Code, Cursor, Cline - no SDK required |
| Auto-Indexing | Automatic vector embeddings + full-text indexing on upload |
| 3-Way Hybrid Search | Semantic (vsearch) + keyword (grep) + BI queries (biquery) |
| 20+ File Processors | PDF, DOCX, XLSX, images, audio, video, YouTube, GitHub repos |
| DriveDB | Create queryable SQL databases directly in the drive |
# Upload your files
diskd upload ./contracts/*.pdf
# Start MCP server
diskd mcp serve --port 3001
# Query from any agent
diskd vsearch "payment terms" /contracts
diskd grep "NET 30" /contracts
diskd biquery "SELECT * FROM data WHERE amount > 1000"| Metric | Value |
|---|---|
| Storage cost | $0.023/GB/month |
| Search latency | 10ms p99 |
| Ingest rate | 100K docs/second |
| Vendor lock-in | 0 |
Like Dropbox, but for your AI agents.
DiskD platform SDK -- typed TypeScript clients for Drive, LLM Router, Agent Hub, MCP Hub, Telegram Userbot, Web Navigator (@diskd-ai/sdk on npmjs).
Architecture-aware code search, dependency graphs, and impact analysis for Python, TypeScript, Rust, C#, Java, Go, Ruby, Rails, Free Pascal, and Lazarus, for AI coding agents.
Multi-account email MCP server with reliable IMAP-to-mailboxes sync into a Drive-backed messagesStore (@diskd/sdk). BODY.PEEK reads, watcher-driven sync.
Pure-Rust DWG -> multipage PNG renderer + lossless position-referenced text layer & metadata indexer for RAG/VLM ingestion of CAD drawings
AI agent toolkit: coding agent CLI, unified LLM API, TUI & web UI libraries, Slack bot, vLLM pods
Email MCP server with full IMAP + SMTP support — read, search, send, manage, and organize email from any AI assistant via the Model Context Protocol
This organization has no public members. You must be a member to see who’s a part of this organization.
Loading…
Loading…
| Back | FazBrowse Home | New Git URL |