@testneo/mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| TESTNEO_API_KEY | Yes | API key for authentication | |
| TESTNEO_BASE_URL | Yes | The base URL of the TestNeo API (e.g., http://localhost:8001) | |
| TESTNEO_ROUTE_PROFILE | No | Optional preset phrase map: 'none' or 'saucedemo' (default: none) | none |
| TESTNEO_MCP_TIMEOUT_MS | No | Timeout in milliseconds (default: 20000) | 20000 |
| TESTNEO_MCP_USER_AGENT | No | User agent string (default: @testneo/mcp-server) | @testneo/mcp-server |
| TESTNEO_ROUTE_MAP_JSON | No | JSON object of phrase → path mappings (optional) | |
| TESTNEO_MCP_ALLOW_WRITE | No | Allow write operations (default: false). Set 'true' to enable | false |
| TESTNEO_MCP_POLICY_MODE | No | Precondition policy behavior: 'strict' or 'warn' (default: strict) | strict |
| TESTNEO_ROUTE_HARDENING | No | Enable phrase→path rewrites (default: true) | true |
| TESTNEO_MCP_TELEMETRY_JSONL | No | Emit one JSON line per tool invocation to stderr (default: false) | false |
| TESTNEO_MCP_SWAGGER_TIMEOUT_MS | No | Swagger multipart timeout in milliseconds (default: 120000) | 120000 |
| TESTNEO_MCP_RELAX_PROJECT_PRECONDITIONS | No | Skip executable-base URL checks on generate/execute tools (default: false) | false |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/gururajhm-neo/testneo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server