Skip to content

Add jmeter-docs remote MCP plugin - #11

Open
QAInsights wants to merge 1 commit into
CognitionAI:mainfrom
QAInsights:devin/1788989389-jmeter-docs-plugin
Open

Add jmeter-docs remote MCP plugin#11
QAInsights wants to merge 1 commit into
CognitionAI:mainfrom
QAInsights:devin/1788989389-jmeter-docs-plugin

Conversation

@QAInsights

@QAInsights QAInsights commented Sep 9, 2026

Copy link
Copy Markdown

Summary

Add the jmeter-docs remote MCP plugin to the Devin marketplace. JMeter Docs gives Devin agents access to Apache JMeter community documentation, conversion tools, linters, and calculators.

What

  • The MCP server is a stateless streamable-http endpoint at https://docs.jmeter.ai/api/mcp.
  • It is also listed in the official MCP registry as io.github.QAInsights/jmeter-docs.
  • No credentials are required; the server provides public documentation and utility tools.

Changes

  • plugins/jmeter-docs/.devin-plugin/plugin.json 🤖 manifest with remote HTTP MCP server URL, homepage, repository, keywords, and logo.
  • plugins/jmeter-docs/logo.svg 🤖 JMeter Docs brand mark, checked in locally.
  • .devin-plugin/plugin.json 🤖 sorted entry ./plugins/jmeter-docs added under optionalPlugins.

Validation

  • python3 scripts/validate.py --fix passed.
  • python3 scripts/validate.py --fetch passed.

MCP test results (including Devin integration)

  • initialize on https://docs.jmeter.ai/api/mcp → HTTP 200, server jmeter-docs v1.4.0
  • tools/list → 10 tools returned
  • tools/call search_jmeter_docs with "thread group ramp up" → HTTP 200, returned 8 relevant docs.jmeter.ai pages
  • tools/call get_jmeter_page with https://docs.jmeter.ai/topics/thread-groups-workload-modeling/ → returned full page markdown
  • Devin custom-MCP preflight (resolve_install) → status: ready
  • Installed and exercised in Devin as jmeter-docs-test-8a38 via mcp_call_tool
  • mcp_tool list_tools shows all 10 tools registered

The server is operational and works inside Devin.

https://app.devin.ai/sessions/e7b59f6b33c2493fb896188300eb197e

Notes

Modeled after existing remote MCP plugins such as cloudflare-docs and gryz.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant