Back to Home
divik-coder icon

grpc_mcp

Verified Safe

by divik-coder

Overview

Runs a gRPC backend for text summarization, exposed via an MCP server, and includes an agent client for demonstration.

Installation

Run Command
./run.sh

Environment Variables

  • AZURE_OPENAI_API_KEY
  • AZURE_OPENAI_ENDPOINT
  • AZURE_OPENAI_DEPLOYMENT_NAME
  • AZURE_OPENAI_API_VERSION
  • OPENAI_API_KEY

Security Notes

The code uses environment variables for API keys, which is a good practice. The gRPC and MCP servers communicate locally. No direct use of 'eval' or other arbitrary code execution functions were found. Potential for prompt injection exists, which is an inherent risk when integrating with large language models, but the server code itself doesn't introduce additional vulnerabilities beyond this. The system uses insecure gRPC channels, which is acceptable for local communication but would require TLS for production deployments.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-12-15

Tags

gRPCMCPText SummarizationAIOpenAI/Azure OpenAI