Context Portal MCP (ConPort)
JSON →A server for managing structured project context using SQLite, with support for vector embeddings for semantic search and Retrieval Augmented Generation (RAG).
Install
uvx Configuration" Tools · 8
- conport_store_context Store structured context items (decisions, progress, architecture, custom) with optional relationships and vector embeddings for semantic search.
- conport_get_context Retrieve a specific context item by its ID.
- conport_search_context Perform semantic search across context items using vector embeddings to find relevant information.
- conport_list_context List context items filtered by type, workspace, or other criteria.
- conport_update_context Update an existing context item's content or metadata.
- conport_delete_context Delete a context item by its ID.
- conport_create_relationship Create a relationship between two context items in the knowledge graph.
- conport_get_workspace_info Get information about the current workspace, including database status and context statistics.
Links
★ 764 GitHub stars