Skip to main content
Glama

Clipboard MCP Server

by witqq
package.json822 B
{ "name": "clipboard-mcp-server", "version": "0.0.1", "description": "Context-efficient file editing through pattern-based copy/paste operations", "main": "dist/server.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsx src/server.ts", "dev:http": "tsx src/http-server.ts", "start": "node dist/server.js", "start:http": "node dist/http-server.js", "test": "jest", "test:watch": "jest --watch", "clean": "rm -rf dist/ tests/temp/" }, "keywords": ["mcp", "clipboard", "copy-paste", "file-editing"], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "latest" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.19.0", "typescript": "^5.6.0", "jest": "^29.0.0", "@types/jest": "^29.0.0" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/witqq/clipboard-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server