{"id":26994128,"url":"https://github.com/hadv/yitam-mcp","last_synced_at":"2025-06-16T10:32:40.377Z","repository":{"id":285734528,"uuid":"959152866","full_name":"hadv/yitam-mcp","owner":"hadv","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-02T11:01:21.000Z","size":69,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T12:20:12.622Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hadv.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}},"created_at":"2025-04-02T10:57:51.000Z","updated_at":"2025-04-02T11:01:25.000Z","dependencies_parsed_at":"2025-04-02T12:20:18.444Z","dependency_job_id":"3507feff-6dac-46c0-ab20-987335e3c669","html_url":"https://github.com/hadv/yitam-mcp","commit_stats":null,"previous_names":["hadv/yitam-mcp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadv%2Fyitam-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadv%2Fyitam-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadv%2Fyitam-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hadv%2Fyitam-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hadv","download_url":"https://codeload.github.com/hadv/yitam-mcp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247102822,"owners_count":20884022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2025-04-04T00:29:02.288Z","updated_at":"2025-04-04T00:29:02.858Z","avatar_url":"https://github.com/hadv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YITAM MCP Server\n\nYour Intelligent Task Assistant Manager - Model Context Protocol Server\n\n## Description\n\nYITAM MCP Server provides a vector database-backed retrieval system using the Model Context Protocol. It supports both Qdrant and Chroma vector databases for efficient semantic search capabilities.\n\n## Features\n\n- Semantic search using vector embeddings\n- Support for multiple vector databases (Qdrant, Chroma)\n- MCP-compliant server implementation\n- TypeScript/Node.js implementation\n- Built-in FastEmbed support\n\n## Prerequisites\n\n- Node.js (LTS version)\n- npm\n- Either Qdrant or Chroma vector database\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone [repository-url]\ncd yitam-mcp\n```\n\n2. Install dependencies and build:\n```bash\n# For clean/production install:\nnpm run install:clean\n\n# For development install:\nnpm run install:dev\n```\n\n3. Copy the example environment file and configure it:\n```bash\ncp .env.example .env\n```\n\n## Configuration\n\nEdit the `.env` file with your settings:\n\n- `COLLECTION_NAME`: Your vector database collection name\n- `DATABASE_TYPE`: Choose between 'qdrant' or 'chroma'\n- `QDRANT_URL`: Your Qdrant server URL (if using Qdrant)\n- `QDRANT_API_KEY`: Your Qdrant API key (if using Qdrant)\n- `CHROMA_URL`: Your Chroma server URL (if using Chroma)\n\n## Usage\n\n### Development\n\n```bash\nnpm run dev\n```\n\n### Production\n\n```bash\nnpm start\n```\n\n## License\n\nMIT ","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadv%2Fyitam-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadv%2Fyitam-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadv%2Fyitam-mcp/lists"}