Back to Browse

Codepet MCP Server

Developer ToolsLow Risk9.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Local MCP companion for CodePet status, quests, and source-free coding events. Tools include get...

About

Local MCP companion for CodePet status, quests, and source-free coding events. Tools include get...

Security Report

9.0
Low Risk9.0Low Risk

Valid MCP server (3 strong, 3 medium validity signals). 1 known CVE in dependencies (0 critical, 1 high severity) Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-mrfentmen-codepet-mcp": {
      "args": [
        "-y",
        "codepet-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

CodePet MCP

A local MCP companion for the CodePet Chrome extension. It exposes pet status, quests, and source free coding events.

Tools

  • get_pet_status reads local pet metadata
  • record_coding_event records language, line count, test count, file count, and status
  • list_quests shows progress
  • clear_pet_history removes local metadata history

Do not send source code to this server. It intentionally accepts metadata only.

Run

npm install
npm run build
node dist/index.js

The state file defaults to ~/.codepet/state.json. Set CODEPET_STATE_FILE to use another local path.

Privacy

No API key is required. The server makes no network requests. It never executes or stores source code.

Reviews

No reviews yet

Be the first to review this server!