JS Reverse Strong MCP
by lwjjike
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GEMINI_MODEL | No | Model name for Gemini (e.g., gemini-2.0-flash-exp). | |
| OPENAI_MODEL | No | Model name for OpenAI (e.g., gpt-4o). | |
| GEMINI_API_KEY | No | API key for Gemini (Google). | |
| OPENAI_API_KEY | No | API key for OpenAI. | |
| ANTHROPIC_MODEL | No | Model name for Anthropic (e.g., claude-3-5-sonnet-20241022). | |
| GEMINI_CLI_PATH | No | Path to Gemini CLI binary for local usage. | |
| OPENAI_BASE_URL | No | Custom base URL for OpenAI-compatible API. | |
| ANTHROPIC_API_KEY | No | API key for Anthropic (Claude). | |
| ANTHROPIC_BASE_URL | No | Custom base URL for Anthropic API. | |
| DEFAULT_LLM_PROVIDER | No | Default LLM provider. One of: openai, anthropic, gemini. Determines which provider is used when multiple are configured. |
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/lwjjike/JSReverser-Strong-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server