{"id":26945531,"url":"https://github.com/non-npc/vibe-model-context-protocol-server","last_synced_at":"2025-04-09T15:15:11.098Z","repository":{"id":285793607,"uuid":"959360077","full_name":"non-npc/Vibe-Model-Context-Protocol-Server","owner":"non-npc","description":"A Python-based server for managing and analyzing code context for AI-assisted development, without the monthly costs of a subscription API.","archived":false,"fork":false,"pushed_at":"2025-04-02T17:46:31.000Z","size":57,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T15:15:07.979Z","etag":null,"topics":["ai","chatgpt","claude","mcp","python","server","vibe"],"latest_commit_sha":null,"homepage":"","language":"Python","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/non-npc.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-02T17:02:12.000Z","updated_at":"2025-04-08T18:27:13.000Z","dependencies_parsed_at":"2025-04-02T18:42:05.754Z","dependency_job_id":null,"html_url":"https://github.com/non-npc/Vibe-Model-Context-Protocol-Server","commit_stats":null,"previous_names":["non-npc/vibe-model-context-protocol-server"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/non-npc%2FVibe-Model-Context-Protocol-Server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/non-npc%2FVibe-Model-Context-Protocol-Server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/non-npc%2FVibe-Model-Context-Protocol-Server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/non-npc%2FVibe-Model-Context-Protocol-Server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/non-npc","download_url":"https://codeload.github.com/non-npc/Vibe-Model-Context-Protocol-Server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248055276,"owners_count":21040157,"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":["ai","chatgpt","claude","mcp","python","server","vibe"],"created_at":"2025-04-02T19:15:12.813Z","updated_at":"2025-04-09T15:15:11.078Z","avatar_url":"https://github.com/non-npc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"this is a WIP (work in progress)\n\n# Vibe Model Context Protocol Server (VMCPS)\n\nA Python-based server for managing and analyzing code context for AI-assisted development.\n![Vibe Model Context Protocol Server Screenshot](screenshot.png)\n\n## Features\n\n- Real-time code analysis and context generation\n- Automatic file change detection\n- Secure authentication and authorization\n- RESTful API for context management\n- Project structure analysis\n- Dependency tracking\n- Cross-platform support (Windows, Linux, macOS)\n\n## API Endpoints\n\n- `POST /token` - Get authentication token\n- `POST /analyze` - Analyze a project\n- `GET /context` - Get context for a file or project\n- `GET /dependencies` - Get project dependencies\n- `GET /structure` - Get project structure\n\n## Security\n\n- JWT-based authentication\n- Password hashing with bcrypt\n- CORS protection\n- Environment-based configuration\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/non-npc/Vibe-Model-Context-Protocol-Server.git\ncd mcps\n```\n\n2. Create a virtual environment:\n```bash\npython -m venv venv\nsource venv/bin/activate  # On Windows: venv\\Scripts\\activate\n```\n\n3. Install dependencies:\n```bash\npip install -r requirements.txt\n```\n\n4. Configure environment variables:\n- Copy `.env.example` to `.env`\n- Update the values in `.env` as needed\n\n## Example API Usage (curl commands)\n\nStart the server:\n```bash\npython -m mcps.main\n```\n\n1. Get token:\n```bash\ncurl -X POST \"http://localhost:8000/token\" -H \"Content-Type: application/x-www-form-urlencoded\" -d \"username=admin\u0026password=admin\"\n```\n\n2. Analyze project (replace \u003ctoken\u003e with actual token):\n```bash\ncurl -X POST \"http://localhost:8000/analyze\" -H \"Authorization: Bearer \u003ctoken\u003e\" -H \"Content-Type: application/json\" -d '{\"project_path\": \"/path/to/your/project\"}'\n```\n\n3. Get context:\n```bash\ncurl -X GET \"http://localhost:8000/context\" -H \"Authorization: Bearer \u003ctoken\u003e\"\n```\n\nAccess the API:\n- The server will be running at `http://localhost:8000`\n- API documentation is available at `http://localhost:8000/docs`\n\n## Development\n\n1. Install development dependencies:\n```bash\npip install -r requirements-dev.txt\n```\n\n2. Run tests:\n```bash\npytest\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Commit your changes\n4. Push to the branch\n5. Create a Pull Request\n\n## License\n\n[MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnon-npc%2Fvibe-model-context-protocol-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnon-npc%2Fvibe-model-context-protocol-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnon-npc%2Fvibe-model-context-protocol-server/lists"}