Skip to content

ringcentral/ringcentral-mcp-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RingCentral MCP Server Documentation

MkDocs-Material documentation site for RingCentral's MCP servers.

Local development

# Install dependencies
pip install -r requirements.txt

# Serve with live reload
mkdocs serve

# Build static site
mkdocs build

The dev server runs at http://127.0.0.1:8000 by default.

Deploy to GitHub Pages

mkdocs gh-deploy

Project structure

rc-mcp-docs/
├── mkdocs.yml                   # Site config, nav, theme
├── requirements.txt
└── docs/
    ├── index.md                 # Home page
    ├── changelog.md
    ├── stylesheets/
    │   └── extra.css            # RingCentral brand overrides
    ├── servers/
    │   ├── index.md             # Server registry overview
    │   ├── rc-labs-mcp.md
    │   └── app-connect.md
    ├── tools/
    │   ├── app-connect/
    │   │   ├── get-session-info.md
    │   │   ├── get-public-connectors.md
    │   │   ├── get-help.md
    │   │   ├── find-contact-by-name.md
    │   │   ├── find-contact-by-phone.md
    │   │   ├── create-contact.md
    │   │   ├── create-call-log.md
    │   │   ├── rc-get-call-logs.md
    │   │   └── logout.md
    │   └── rc-labs/
    │       └── index.md
    └── guides/
        ├── quickstart.md
        ├── connecting-to-claude.md
        ├── crm-workflow.md
        └── authentication.md

Contributing

  1. Add or edit markdown files under docs/
  2. Update nav: in mkdocs.yml for new pages
  3. Run mkdocs serve to preview
  4. Open a PR — the CI pipeline will build and validate

License

© RingCentral, Inc. All rights reserved.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors