Installation & Configuration
{
"mcpServers": {
"text-embeddings": {
"command": "python",
"args": [
"/absolute/path/to/mcp-text-to-embedding/mcp_server.py"
],
"env": {
"OPENAI_API_KEY": "your_openai_api_key_here"
},
"cwd": "/absolute/path/to/mcp-text-to-embedding"
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/15
Updated
2026/6/17