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/.
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.
Latest Blog Posts
- 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