MCP Servers / development / Context Portal MCP (ConPort)

Context Portal MCP (ConPort)

JSON →
stdionone764development

A server for managing structured project context using SQLite, with support for vector embeddings for semantic search and Retrieval Augmented Generation (RAG).

Install
How to run this server
[ { "cmd": "uvx Configuration\"", "imports": [] } ]
server path: context-portal-mcp-conport
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
Context Portal MCP (ConPort) — MCP Server · libregistry