OpenCodeMCP

silvabyte/OpenCodeMCP

3.2

If you are the rightful owner of OpenCodeMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

The Conversational Coding MCP Server enables natural language interaction with your codebase through ChatGPT and MCP-enabled LLMs, allowing you to explore, read, modify, and run code commands conversationally.

Tools

Functions exposed to the LLM to take actions

conversation

Main interface - send any coding instruction

list_files

List files and directories

read_file

Read file contents

find_text

Search for text patterns

find_files

Find files by name

get_project

Get current project info

list_projects

List all projects

list_sessions

List active sessions

get_messages

Get session message history

abort_session

Stop current operation

add_alias

Add a project alias

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources