---
title: "base64-codec"
description: "Encodes and decodes Base64 text"
canonical: https://agentpluginsdirectory.com/plugins/base64-codec
last-updated: 2026-09-25
---

# base64-codec
Encodes and decodes Base64 text
- Slug: base64-codec
- Publisher: ankmay0
- Repository: https://github.com/ankmay0/base64-codec
- Manifest: plugins/base64-codec/plugin.json
- Version: 0.1.0
- Category (editorial): other
- Skills: 0
- MCP servers: 1 (b64)
- Stars: 0
- Repository created: 2026-09-23
- Repository last pushed: 2026-09-23
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/base64-codec
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What base64-codec does, in the publisher's words

A GitHub Copilot Agent Plugins 1.0 marketplace with one plugin: Base64 Codec.

Encodes text to Base64 or decodes Base64 back to text. The agent calls a bundled, zero-dependency MCP tool, so its work shows up as a concrete result in Copilot chat.

- Agent: Base64 Codec (appears in the Copilot agent picker)
- MCP tool: base64: returns the encoded or decoded string
- Set chat.plugins.enabled to true in VS Code settings.
- Add this marketplace to chat.plugins.marketplaces: json { "chat.plugins.marketplaces": ["ankmay0/base64-codec"] }
- Open the Extensions view, search @agentPlugins, and install base64-codec.
- Select Base64 Codec in the Copilot agent picker and try: > Encode "hello" to base64

The plugin's MCP server is trusted automatically (no startup prompt).

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/ankmay0/base64-codec/HEAD/README.md

## MCP servers

- b64: transport: stdio; command: node ${CLAUDE_PLUGIN_ROOT}/servers/b64/index.mjs

Read from the plugin's own mcp.json. Environment variable names only, never values.
