Conversation workspace management MCP server for Amazon Q CLI with SQLite + FTS5 storage and real-time sync
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"q-workspace-mcp-server","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# AWS Q Workspace MCP Server A Model Context Protocol (MCP) server that provides conversation workspace management for Amazon Q CLI using SQLite + FTS5 for fast, reliable storage and search. ## Features - **Automatic Conversation Saving**: Real-time sync of Q CLI conversations to SQLite database - **Workspace Management**: Organize conversations by topics/workspaces with natural language support - **Workspace Restoration**: Resume previous conversations with full context - **Full-Text Search**: Search through conversation history using SQLite FTS5 - **Q CLI LLM Integration**: Intelligent conversation summarization using Q CLI's built-in LLM ## Quick Start ### 1. MCP Configuration Add to `~/.aws/amazonq/mcp.json`: **For macOS:** ```json { "mcpServers": { "q-workspace-mcp-server": { "command": "uvx", "args": ["q-workspace-mcp-server@latest"], "env": { "Q_CLI_DB_PATH": "~/Library/Application Support/amazon-q/data.sqlite3", "Q_WORKSPACE_VERBOSE": "true" }, "disabled": false } } } ``` **For Windows:** First, find your Q CLI database path: ```cmd where /r %USERPROFILE% data.sqlite3 ``` Then use the found path in your configuration: ```json { "mcpServers": { "q-workspace-mcp-server": { "command": "uvx", "args": ["q-workspace-mcp-server@latest"], "env": { "Q_CLI_DB_PATH": "C:\\Users\\YourUsername\\AppData\\Local\\amazon-q\\data.sqlite3", "Q_WORKSPACE_VERBOSE": "true" }, "disabled": false } } } ``` ### 2. Usage Examples ```bash # Start Q CLI q chat # Start a new workspace start_workspace(description="backend_development") # OR natural language: "Start backend development workspace" # Chat normally (automatically saved) # ... have conversations ... # List workspaces list_workspaces() # Resume workspace (loads full context) resume_workspace(workspace_id="backend_development") # OR natural language: "Resume backend development workspace" # Switch …
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.