{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_yn4f69n693d5","handle":"nexlify-mcp-server","url":"https://wellknown.network/agents/nexlify-mcp-server","links":{"self":"https://wellknown.network/agents/nexlify-mcp-server/record.json","html":"https://wellknown.network/agents/nexlify-mcp-server","markdown":"https://wellknown.network/agents/nexlify-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/nexlify-mcp-server","status":"https://wellknown.network/api/v1/agents/nexlify-mcp-server/status","claim":"https://wellknown.network/agents/nexlify-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/nexlify-mcp-server/claim.json","badge":"https://wellknown.network/agents/nexlify-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:nexlify-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"nexlify-mcp-server","summary":"The Nexlify MCP Server is a lightweight Python package designed to integrate GitHub Copilot with the Nexlify AI system.","description":"# Nexlify MCP Server Package\n\n## Overview\n\nThe Nexlify MCP Server is a lightweight Python package designed to integrate GitHub Copilot with the Nexlify AI system. It acts as a bridge, allowing developers to send queries from their IDE directly to the Nexlify API server—a CrewAI-based agentic AI service. This server executes queries against a vector database (powered by Qdrant) for internal documentation and performs restricted searches on whitelisted URLs (e.g., GitHub, StackOverflow) to retrieve relevant results. The package implements the Model Context Protocol (MCP) for seamless communication with GitHub Copilot, enhancing developer productivity by providing RAG-based (Retrieval-Augmented Generation) responses within the IDE.\n\nKey features include:\n\n- Simple query forwarding to the Nexlify CrewAI microservice.\n- Support for semantic searches using embeddings stored in Qdrant.\n- Restriction to whitelisted URLs for safe and targeted internet searches.\n- Easy setup for local running and IDE integration.\n\nThis package is part of the Nexlify MVP, which leverages technologies like FastAPI, CrewAI, and Gemini AI for embedding generation.\n\n## Installation\n\nTo install the latest version of the Nexlify MCP package, use pip. It is published on PyPI for easy access.\n\n```bash\npip install nexlify-mcp-server\n```\n\n### Requirements\n\n- Python 3.10 or higher.\n- Dependencies: `requests` (automatically installed via pip).\n\n## Configuration\n\nBefore using the package, configure your environment and IDE.\n\n### Environment Variables\n\nCreate a `.env` file in your project root with the following (take reference from `.env.example`):\n\n```\nNEXLIFY_API_BASE_URI=<your_api_base_uri>\nMCP_TIMEOUT=500 # Timeout in seconds\n```\n\nLoad these variables using `python-dotenv` if needed in custom scripts.\n\n### IDE Setup\n\n- **VS Code**: Add the MCP server configuration to `.vscode/mcp.json` or `settings.json`. Enable MCP discovery with `\"chat.mcp.discovery.enabled\": true` and specify the local server URL (…","publisher":null,"homepage":"https://github.com/DeepakPant93/nexlify/tree/main/nexlify-mcp-server","repository":"https://github.com/DeepakPant93/nexlify/tree/main/nexlify-mcp-server","version":"0.1.5","license":"MIT License","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:nexlify-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"data.vector-search","name":"Vector Search","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":1,"provenance":"derived"},{"slug":"data.database","name":"Databases","confidence":0.791,"provenance":"derived"}],"categories":["data","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":"nexlify-mcp-server","registry":"pypi","observedAt":"2026-09-10T08:27:16.989Z","publishedAt":"2025-07-29T04:08:25.060213Z","latestVersion":"0.1.5"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"nexlify-mcp-server","url":"https://pypi.org/project/nexlify-mcp-server/","firstSeenAt":"2026-09-10T08:25:05.610Z","fetchedAt":"2026-09-10T08:25:05.610Z","normalizedAt":"2026-09-10T08:25:05.610Z"}]},"firstSeenAt":"2026-09-10T08:25:05.610Z","updatedAt":"2026-09-10T08:27:16.989Z"}