Labsco
GravityCloudAI logo

Matter AI

โ˜… 1

from GravityCloudAI

Provides advanced code review, implementation planning, and pull request generation using Matter AI.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys
Matter AI Logo

MatterAI

AI Super Intelligence for Engineering

Matter Og Image

Matter AI MCP Server

MatterAI MCP offers code reviews right in your IDE when using AI Agents such as in Cursor, Windsurf, VS Code, Cline and more to enhances your development workflow. Built with FastMCP in Python, it provides advanced code review capabilities, implementation planning, and pull request generation to help you release code with confidence.

Features

  • Code review tools - Get comprehensive code reviews for individual files or full git diffs
  • Implementation planning - Generate detailed implementation plans for AI agents
  • Pull request generation - Create pull requests with auto-generated titles and descriptions
  • Random cat facts - Because who doesn't love cat facts?

Tools

1. Code Review

codereview(generated_code: str, git_owner: str, git_repo: str, git_branch: str, git_user: str, languages: str) -> str Provides code review for the generated code.

2. Full Code Review

codereview_full(git_diff: str, git_owner: str, git_repo: str, git_branch: str, git_user: str) -> str Provides a comprehensive code review based on git diff output.

1. Cat Fact

cat_fact() -> str Returns a random cat fact.

Docker Build and Use

Building the Docker Image

docker build -t matter-ai-mcp .

Running the Docker Container

docker run -p 9000:9000 -e MATTER_API_ENDPOINT=https://api.matterai.so

The server will be accessible at http://localhost:9000.

Resources: