Skip to main content
Glama

Robot Framework MCP Server

by sourcefuse
package.json882 B
{ "name": "robotframework-mcp", "version": "1.0.0", "description": "MCP Server for Robot Framework test automation", "main": "bin/robotframework-mcp.js", "bin": { "robotframework-mcp": "bin/robotframework-mcp.js" }, "scripts": { "start": "node bin/robotframework-mcp.js", "test": "python3 mcp_server.py" }, "repository": { "type": "git", "url": "git+https://github.com/sourcefuse/robotframework-MCP.git" }, "author": "Meenu Rani <meenu.rani@sourcefuse.com>", "license": "MIT", "bugs": { "url": "https://github.com/sourcefuse/robotframework-MCP/issues" }, "homepage": "https://github.com/sourcefuse/robotframework-MCP#readme", "engines": { "node": ">=14.0.0", "python": ">=3.10.0" }, "files": [ "bin/", "mcp_server.py", "run_mcp.py", "requirements.txt", "README.md", "pyproject.toml" ] }

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/sourcefuse/robotframework-mcp'

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