Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"test-mcp": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"mcps/test/server.py"
],
"env": {
"TEST_API_KEY": "${user_config.test_api_key}",
"TEST_USERNAME": "${user_config.test_username}",
"CODEX_PLUGIN_ROOT": "${CODEX_PLUGIN_ROOT}",
"TEST_ENV_VARIABLE": "${TEST_ENV_VARIABLE}",
"TEST_DEFAULT_VARIABLE": "set in plugins config"
}
}
}
}Replace placeholder values for: TEST_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
TEST_API_KEY=${user_config.test_api_key}TEST_USERNAME=${user_config.test_username}CODEX_PLUGIN_ROOT=${CODEX_PLUGIN_ROOT}TEST_ENV_VARIABLE=${TEST_ENV_VARIABLE}TEST_DEFAULT_VARIABLE=set in plugins configSensitive values you must provide — never committed to source control
npx claudepluginhub seanlynch-fivetran/test-plugin --plugin test-plugin