Companion Connector MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Companion Connector MCPregister the screenshot on my desktop as a resource"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Companion Connector MCP
Local Companion MCP app for ChatGPT New App custom server connection.
V5 capabilities
This version is built for large local work, Fable handoff, screenshots/images, URL reading, media metadata, and future 21-service routing.
Core MCP tools
searchfetchregister_file_pointerread_file_sliceread_result_slicecreate_summary_jobcreate_file_digest_jobcreate_directory_inventory_jobregister_image_pointeringest_image_base64get_image_datacreate_image_inspection_jobingest_chat_transcriptingest_attachment_base64create_fable_bundlerun_fable_bundle
Fable and batch tools
create_question_batchrun_question_batchask_fable_bigcreate_fable_improvement_surveyconnector_health_reportlist_jobslist_fable_runscreate_fable_prompt_fileget_job_statuslist_registered_resources
URL/media/handoff tools
fetch_url_textextract_links_from_urlcreate_url_snapshot_jobregister_video_pointercreate_media_metadata_jobcreate_handoff_queue_itemlist_handoff_queuelist_mcp_servicesdescribe_mcp_service
Related MCP server: ChatGPT2LocalBridge
What it solves
Big files are referenced by path instead of pasted into chat.
Large questions can be written into local prompt bundles for Fable.
Multiple questions can be batched into one file-backed request.
URLs can be fetched into bounded snapshots.
Links can be extracted from a page.
Attachments can be stored as connector resources.
Screenshots/images can be registered by path or small base64 payload.
Media/video files can be registered and inspected with ffprobe when available.
Fable can be given a bundle prompt file with transcript, attachment pointers, full text sections, image metadata, media metadata, and hashes.
21 planned MCP service folders are exposed as a service catalog.
Outputs are written to
results/and read by slice.
Start locally
npm startDefault endpoint:
http://127.0.0.1:8788/mcpTests
npm test
npm run test:fable
npm run test:v4
npm run test:v5Hidden PowerShell 7 startup
.\scripts\start-hidden.ps1Stop by port:
.\scripts\stop-companion.ps1Tunnel setup
See TUNNEL_SETUP.md.
Safety boundaries
Reads are restricted to configured allowed roots.
Connector writes stay under the connector workspace.
Source folders are not modified by pointer registration.
_AI_CHATS_ОБЩИЕis not reorganized by this app.Large outputs are written to
results/and read by slice.Calls are logged by hash, not full arguments.
Widget resource uses
text/html;profile=mcp-app.
V6 additions
V6 adds a verified 100-improvement registry and audit layer:
list_implemented_improvementsaudit_100_improvementscreate_support_bundleruntime_metricsvalidate_connector_configcreate_debug_snapshot
Files:
docs/V6_100_IMPLEMENTED_IMPROVEMENTS.mddocs/V6_100_IMPLEMENTED_IMPROVEMENTS.json
Test:
npm run test:v6V7 no-window startup and 1000 forward improvements
Manual npm start no longer keeps a visible server console open. It starts the connector in the background through PowerShell 7.
Best daily start method with no popup:
wscript.exe .\CompanionConnector-START-HIDDEN.vbsOr double-click:
CompanionConnector-START-HIDDEN.vbsInstall hidden startup at Windows logon:
.\scripts\install-hidden-task.ps1Remove hidden startup task:
.\scripts\uninstall-hidden-task.ps1V7 also adds a 1000-item forward improvement backlog. It is explicitly not falsely marked as implemented:
docs/V7_1000_FORWARD_IMPROVEMENTS.mddocs/V7_1000_FORWARD_IMPROVEMENTS.json
V7 tests:
npm run test:v7
npm run test:windowlessV8 read-only full-folder bridge
V8 adds tools for large read-only folder access without modifying the source folder:
folder_explorercreate_readonly_folder_manifestaudit_readonly_folder_manifestcreate_readonly_folder_content_bundleread_folder_bundle_chunksearch_folder_content_bundlecreate_fable_folder_handoff
Tested target:
J:\ПРОЕКТЫ\G01_All_About_Trading\G01_P09_All_for_TradingView\G01_P09_01_Project\TradingView_INDICATORS\IGOR_ENTER2\research_outV8 test:
npm run test:v8The source folder is only read. Manifest, chunks, hashes, and Fable guide are written under CompanionConnector results/.
V14 documents, archives, and web snapshots
V14 adds document/archive/web research tools:
document_toolchain_reportinspect_document_fileinspect_archive_fileextract_archive_to_resultscreate_web_snapshotuniversal_resource_inspect
Supported document families include text/HTML/CSV/JSON/code files, DOCX, PPTX, XLSX/XLSM, and PDF when a Python PDF engine is available.
Archives are inspected read-only and extracted only into connector results/ with path-traversal protection.
Test:
npm run test:v14V15 project research map
V15 adds project-level intake and relationship mapping:
create_folder_research_mapinspect_linked_resources_from_filecreate_project_intake_bundle
These tools create Markdown/JSON outputs with file classification, extension counts, URL links, local references, import/include/source-like lines, and research intake summaries.
Test:
npm run test:v15V16 browser, live visual monitor, password archives, advanced charts, stronger Fable model
V16 adds browser/DOM tools, repeated screenshot capture, password archive support, advanced chart image analysis, local model controls, and durable full Fable micro-read controls.
New V16 tools include:
browser_start
browser_list_tabs
browser_new_tab
browser_navigate
browser_dom_snapshot
browser_screenshot
desktop_screenshot
browser_click_text
browser_type_selector
browser_press_key
browser_live_monitor
inspect_password_archive
extract_password_archive_to_results
analyze_chart_advanced
local_model_status
local_model_pull
local_model_chat_test
start_full_fable_micro_read
get_full_fable_micro_statusV17/V18 human live, semantic index and queue
V17 adds human-style desktop window listing, active-window inspection, focus, desktop screenshots, screen OCR, live watch screenshots, mouse/keyboard actions, and lightweight semantic indexing/search. V18 adds durable queue jobs, queue health, queue execution, cancel, and path safety audit. See docs/V17_V18_HUMAN_LIVE_SEMANTIC_QUEUE_STATUS.md.
V19 Live Agent Loop
V19 adds a real observe-plan-act loop:
live_agent_observecaptures screen, OCR, active window, windows list, and optional browser state.live_agent_fable_planasks Fable for a JSON action plan from the observation.live_agent_apply_actionapplies one safe allowlisted action, dry-run unlessexecute=true.live_agent_cycleperforms observation, Fable planning, optional action, and an after-snapshot log.
All live-agent cycles write evidence into results/<sessionId>/.
V20 Fable Authority Mode
V20 adds an auditable authority layer so Fable5 decisions are recorded instead of only reported verbally.
New tools:
fable_authority_proposalfable_authority_disagreementfable_authority_decision_logfable_authority_dashboardfable_autopilot_dry_runfable_autopilot_execute
Authority outputs:
results\fable_authority\decision_log.jsonl
results\fable_authority\dashboard.json
results\fable_authority\dashboard.htmlLive-agent proof chain now records observation, Fable plan, executed/dry-run action, next observation, and dashboard evidence.
V21 Direct Fable5 Inbox
Direct user-to-Fable5 task entry is available through:
.\Fable5-Direct.ps1 "Ask Fable5 something directly"Dashboard:
.\Fable5-Direct-Dashboard.ps1MCP tools:
fable_direct_submitfable_direct_inboxfable_direct_readfable_direct_dashboard
All direct messages are logged under results\fable_direct and mirrored into results\fable_authority\decision_log.jsonl.
V22 Fable5 Direct Mode
New direct route:
fable5fable5_direct_mode_manifestfable_capability_snapshotfable_capability_reviewfable5_request_chatgpt_help
Trigger words for a connected ChatGPT app:
FABLE5:
@Fable5
F5:The MCP connection cannot technically replace ChatGPT's base model by itself. The connected app must route these trigger messages to the fable5 tool. The manifest is exposed at companion://fable5-direct-mode and via fable5_direct_mode_manifest.
V23 direct CLI fix
The local direct command now accepts natural multi-argument PowerShell input and preserves UTF-8 Cyrillic text:
.\Fable5-Direct.ps1 Yeah. "Запусти новый Хром."
.\Fable5-Direct.ps1 "Запусти новый Хром."
.\Fable5-Direct.ps1 -Strong "сложная задача для Fable5"-Strong routes to local qwen2.5:3b; default remains the faster Fable path so existing MCP connections do not stall.
See: docs/V23_DIRECT_CLI_FIX_AND_MODEL_STATUS.md.
V24 Fable5 direct execution
V24 changes direct Fable5 mode from reply-only into safe execution mode.
Direct CLI:
.\Fable5-Direct.ps1 FABLE5: "Запусти новый Хром"The MCP tool fable5 now routes through the direct executor and writes proof logs under:
results\fable_direct_exec\New tool:
fable5_execute
Test:
npm run test:v24Important: the executor can read visible screen/OCR and controlled browser DOM where available. Full hidden ChatGPT history requires transcript export/pass-through or browser DOM access.
V25 ChatGPT chat reader executor
V25 adds a direct execution path for tasks like:
FABLE5: прочти чат https://chatgpt.com/c/... и выведи русское сообщение по пунктамThe fable5_execute tool now detects ChatGPT chat URLs, opens the URL through the default user browser, searches for likely windows such as Codex Chat Watch or ChatGPT Classic, captures repeated OCR, summarizes the visible result in Russian, displays the result on screen, and writes a proof log to results/fable_direct_exec.
Test:
npm run test:v25V26: Context + UIA + visible output
V26 improves FABLE5: direct execution for ChatGPT chat-reading tasks.
Main behavior:
ChatGPT conversation URLs are recognized.
ChatGPT Classic / browser windows are read with UI Automation and OCR where possible.
The current chat context can be passed into the tool, so
FABLE5: прочти прошлое сообщениеcan work when ChatGPT routes the previous message ascontext.Results are shown visibly in Notepad and an HTML page, not only saved in JSON.
Every run still writes a proof log under
results/fable_direct_exec.
Use:
.\Fable5-Direct.ps1 "FABLE5: прочти чат https://chatgpt.com/c/... и дай вывод по-русски"For the ChatGPT/MCP app, route FABLE5: messages to fable5_execute and include recent chat text in context when the request asks to read the current or previous message.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceLocal MCP server bridging ChatGPT Web to local tools for file, shell, git, test, and process management with secure policy controls.Last updatedMIT
- AlicenseBqualityBmaintenanceSelf-hosted MCP server that enables ChatGPT to access and operate on local project files after OAuth authorization, without uploading the workspace elsewhere.Last updated38129MIT
- Alicense-qualityAmaintenanceSelf-hosted MCP server that lets ChatGPT work with your local codebase through explicit tools.Last updatedMIT
- Alicense-qualityBmaintenanceA self-hosted MCP server that gives ChatGPT a secure connection to your local machine, enabling it to read, edit, search, and run code in your projects.Last updated1,523MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
An MCP server that gives your AI access to the source code and docs of all public github repos
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Incomesbook/companion-connector-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server