@codai/romai-mcp-standalone
v1.0.1
Published
ROMAI MCP Server - Standalone Romanian AI Intelligence Server
Maintainers
Readme
ROMAI MCP Server - Standalone
A standalone Romanian AI Intelligence Model Context Protocol (MCP) server that provides Romanian language analysis, translation assistance, and cultural context tools.
Features
- Romanian Text Analysis: Analyze Romanian text for sentiment, linguistic patterns, and structure
- Translation Support: Placeholder for Romanian translation with cultural context awareness
- Cultural Context: Provide Romanian cultural insights and context for various topics
- Standalone: No external dependencies on workspace packages
Installation
npx -y @codai/romai-mcp-standaloneUsage with VS Code
Add to your MCP configuration:
{
"servers": {
"RomaiMCP": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@codai/romai-mcp-standalone"],
"env": {
"NODE_ENV": "development"
}
}
}
}Tools Available
- analyze_romanian_text: Analyze Romanian text for various patterns
- translate_to_romanian: Translation assistance (placeholder for integration)
- romanian_culture_context: Cultural context and insights
Development
npm run build
npm publish --access publicLicense
MIT - Part of the CODAI Project
