@getpromptly/mcp-server
v0.1.11
Published
MCP server for capturing AI coding conversations
Maintainers
Readme
@getpromptly/mcp-server
MCP server for capturing AI coding conversations. Used by @getpromptly/cli.
Overview
This package provides an MCP (Model Context Protocol) server that integrates with any MCP-compatible AI coding tool (Claude Code, Gemini CLI, Codex CLI, Cursor, Windsurf, VS Code/Copilot) to capture conversation turns, token usage, and tool calls during development sessions.
Installation
Installed automatically when you run promptly init from @getpromptly/cli. You don't need to install this separately.
npm i -g @getpromptly/cli
promptly init # Select which AI tools to configureThe init command auto-detects installed AI tools and lets you choose which ones to configure with this MCP server.
MCP Tools
| Tool | Description |
|------|-------------|
| promptly_start | Initialize buffer for a ticket |
| promptly_log | Log a conversation turn (role, content, model, tokens) |
| promptly_status | Check active session stats |
| promptly_finish | Finalize session and write to SQLite |
Links
License
MIT
