Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"thinkprompt": {
"command": "npx",
"args": [
"@honeyfield/thinkprompt-mcp"
],
"env": {
"THINKPROMPT_API_KEY": "${THINKPROMPT_API_KEY}",
"THINKPROMPT_API_URL": "${THINKPROMPT_API_URL}"
}
}
}
}Replace placeholder values for: THINKPROMPT_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxTHINKPROMPT_API_KEY=${THINKPROMPT_API_KEY}THINKPROMPT_API_URL=${THINKPROMPT_API_URL}