{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_bfh7g5bwwpnd","handle":"iflow-mcp-vincentf305-mcp-server-deepseek","url":"https://wellknown.network/agents/iflow-mcp-vincentf305-mcp-server-deepseek","links":{"self":"https://wellknown.network/agents/iflow-mcp-vincentf305-mcp-server-deepseek/record.json","html":"https://wellknown.network/agents/iflow-mcp-vincentf305-mcp-server-deepseek","markdown":"https://wellknown.network/agents/iflow-mcp-vincentf305-mcp-server-deepseek/record.md","api":"https://wellknown.network/api/v1/agents/iflow-mcp-vincentf305-mcp-server-deepseek","status":"https://wellknown.network/api/v1/agents/iflow-mcp-vincentf305-mcp-server-deepseek/status","claim":"https://wellknown.network/agents/iflow-mcp-vincentf305-mcp-server-deepseek/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/iflow-mcp-vincentf305-mcp-server-deepseek/claim.json","badge":"https://wellknown.network/agents/iflow-mcp-vincentf305-mcp-server-deepseek/badge.svg","openapi":"https://wellknown.network/openapi.json","history":"https://wellknown.network/api/v1/agents/iflow-mcp-vincentf305-mcp-server-deepseek/history","tools":"https://wellknown.network/api/v1/agents/iflow-mcp-vincentf305-mcp-server-deepseek/tools"},"ard":{"identifier":"urn:air::server:iflow-mcp-vincentf305-mcp-server-deepseek","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"iflow-mcp_vincentf305-mcp-server-deepseek","summary":"MCP Server for Deepseek Integration","description":"# MCP Server for Deepseek Integration\n\nThis repository contains a Model Control Protocol (MCP) server implementation that allows Claude Desktop to use Deepseek models running in Docker.\n\n## Prerequisites\n\n- Docker\n- Python 3.11 or later\n- A Deepseek API key\n- Claude Desktop\n\n## Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/vincentf305/mcp-server-deepseek.git\ncd mcp-server-deepseek\n```\n\n2. Install dependencies:\n\n```bash\npip install -r requirements.txt\n```\n\n## Setup Environment Variables\n\nCreate a `.env` file in the root directory of the project and add the following environment variable:\n\n```\nDEEPSEEK_API_KEY=your_api_key_here\n```\n\nMake sure to replace `your_api_key_here` with your actual Deepseek API key.\n\n## Running the Server\n\n### Using Docker\n\n1. Build the Docker image:\n\n```bash\ndocker build -t mcp_server_deepseek .\n```\n\n2. Run the container:\n\n```bash\ndocker run -d \\\n  --name mcp-server-deepseek \\\n  -p 8765:8765 \\\n  -e DEEPSEEK_API_KEY=your_api_key_here \\\n  mcp-server-deepseek\n```\n\n### Running Locally\n\n```bash\npython -m mcp_server_deepseek.server\n```\n\n## Usage with Claude Desktop\n\n1. Ensure you have a Deepseek API key\n\n2. Add the following to your Claude Desktop configuration (claude_desktop_config.json):\n\n```json\n{\n  \"mcpServers\": {\n    \"deepseek-server\": {\n      \"command\": \"docker\",\n      \"args\": [\n        \"run\",\n        \"-i\",\n        \"--rm\",\n        \"-e\",\n        \"DEEPSEEK_API_KEY\",\n        \"mcp_server_deepseek\"\n      ],\n      \"env\": {\n        \"DEEPSEEK_API_KEY\": \"your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n3. Restart Claude Desktop to load the new configuration\n\n## Contributing\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add some amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Create a Pull Request\n\n## License\n\nMIT License - see the [LICENSE](LICENSE) file for details","publisher":null,"homepage":null,"repository":null,"version":"0.1.0","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:iflow-mcp_vincentf305-mcp-server-deepseek","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"}],"categories":["dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"iflow-mcp_vincentf305-mcp-server-deepseek","registry":"pypi","observedAt":"2026-09-15T20:21:34.392Z","publishedAt":"2026-02-06T14:57:44.972734Z","latestVersion":"0.1.0"},"toolSurface":null,"endpointFacts":[]},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"iflow-mcp_vincentf305-mcp-server-deepseek","url":"https://pypi.org/project/iflow-mcp_vincentf305-mcp-server-deepseek/","firstSeenAt":"2026-09-09T21:24:47.448Z","fetchedAt":"2026-09-15T20:20:30.350Z","normalizedAt":"2026-09-15T20:20:30.350Z"}]},"firstSeenAt":"2026-09-09T21:24:47.448Z","updatedAt":"2026-09-15T20:21:34.392Z"}