1.7 KiB
1.7 KiB
AIW Context MCP Client Config Notes
The AIW Context MCP server supports both local HTTP and stdio.
Preferred HTTP endpoint
When the Service Manager is running:
http://127.0.0.1:8765/mcp
Health check:
http://127.0.0.1:8765/health
Use this for clients that support MCP Streamable HTTP/local HTTP servers.
stdio command
Use this for clients that launch MCP servers as subprocesses:
{
"mcpServers": {
"aiw-context-mcp": {
"command": "python3",
"args": [
"/Users/david/Developer/fidelity-ai-workspace/scripts/mcp/aiw-context-mcp/server.py",
"--transport",
"stdio"
]
}
}
}
Antigravity verification prompt
Use the AI Workspace MCP server. List available tools and resources. Then read the resource aiw://profiles/fidelity/current-work and call communication_latest with {"profile":"fidelity","limit":100}. Report the channel_scope and unique returned channel names.
Codex/OpenAI-style verification prompt
Check whether the AIW Context MCP server is available. If available, list its tools/resources, then use project_current_context for profile fidelity. State which MCP calls were used. If unavailable, say so explicitly.
Expected tool names
context_profilescommunication_latestcommunication_date_contextcommunication_standup_contextcommunication_channel_contextcommunication_thread_contextproject_current_contextproject_search_memoryphotos_latest
Expected resource URIs
aiw://profiles/fidelity/current-workaiw://profiles/fidelity/work-itemsaiw://profiles/fidelity/mattermost/latestaiw://profiles/fidelity/photos/latest