{"id":36454439,"url":"https://github.com/ironystock/mcp-multiutil","last_synced_at":"2026-01-15T02:08:55.768Z","repository":{"id":331973718,"uuid":"1109631797","full_name":"ironystock/mcp-multiutil","owner":"ironystock","description":"MCP multi-utility server with libSQL storage - provides key-val, vector-store, RAG, embeddings, and more","archived":false,"fork":false,"pushed_at":"2025-12-04T04:25:13.000Z","size":13,"stargazers_count":1,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-12T00:48:14.564Z","etag":null,"topics":["libsql","mcp","mcp-go"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ironystock.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-12-04T04:25:04.000Z","updated_at":"2025-12-11T03:24:47.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ironystock/mcp-multiutil","commit_stats":null,"previous_names":["ironystock/mcp-multiutil"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ironystock/mcp-multiutil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironystock%2Fmcp-multiutil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironystock%2Fmcp-multiutil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironystock%2Fmcp-multiutil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironystock%2Fmcp-multiutil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ironystock","download_url":"https://codeload.github.com/ironystock/mcp-multiutil/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ironystock%2Fmcp-multiutil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28441053,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-15T00:55:22.719Z","status":"online","status_checked_at":"2026-01-15T02:00:08.019Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["libsql","mcp","mcp-go"],"created_at":"2026-01-11T23:01:29.417Z","updated_at":"2026-01-15T02:08:55.763Z","avatar_url":"https://github.com/ironystock.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mcp-multiutil\n\nA Model Context Protocol (MCP) server providing multiple utility tools powered by libSQL for persistent storage.\n\n## Overview\n\nmcp-multiutil is a stdio-based MCP server that exposes a collection of useful tools for AI agents and chat applications. It leverages libSQL for efficient, persistent storage with in-memory operation for fast performance.\n\n## Features\n\n### Tools\n\n- **key-val** - Simple key-value storage with CRUD operations\n- **vector-store** - Store and query vector embeddings with metadata\n- **rag** - Retrieval-augmented generation using stored documents and vectors\n- **embedding** - Generate and store text embeddings\n- **txt-to-json** - Convert text to structured JSON with schema inference\n- **txt-to-toon** - Convert text to cartoon/ASCII art representation\n- **store-md** - Store markdown documents with metadata\n- **token-count** - Count tokens in text\n- **tokenize** - Split text into tokens\n- **store-context** - Store conversation context for retrieval\n\n## Installation\n\n```bash\ngo install github.com/ironystock/mcp-multiutil@latest\n```\n\n## Usage\n\nThe server communicates over stdio and is designed to be used with MCP-compatible clients.\n\n```bash\nmcp-multiutil\n```\n\n### Configuration\n\nThe server uses a local libSQL database file (`multiutil.db` by default) that is loaded into memory on startup and persisted to disk on shutdown.\n\n## Development\n\n```bash\n# Clone the repository\ngit clone https://github.com/ironystock/mcp-multiutil.git\ncd mcp-multiutil\n\n# Install dependencies\ngo mod download\n\n# Build\ngo build -o mcp-multiutil .\n\n# Run\n./mcp-multiutil\n```\n\n## Architecture\n\n- **Storage Layer**: libSQL with in-memory operation and disk persistence\n- **Config Layer**: Centralized tool definitions, descriptions, and schemas\n- **Tools Layer**: Individual tool handlers for each capability\n- **MCP Server**: stdio transport with graceful shutdown\n\n## License\n\nMIT License - see [LICENSE](LICENSE) for details.\n\n## Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironystock%2Fmcp-multiutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fironystock%2Fmcp-multiutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fironystock%2Fmcp-multiutil/lists"}