ginialtech-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ginialtech-mcpShow me the project conventions and protected files"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ginialtech-mcp
MCP (Model Context Protocol) server for GINIALTECH projects. Enforces conventions, protects critical files and provides project context to AI agents.
Tools
get_project_context
Reads AI_CONTEXT.md from the current project and returns its contents. Searches in the project root first, then in docs/.
get_protected_files
Returns the list of files that should never be modified without explicit confirmation from the developer.
validate_conventions
Returns the mandatory conventions for all GINIALTECH projects:
Package manager:
bunexclusivelyCode and comments: English
Plans, tasks and communication: Spanish (Argentina)
Always plan before executing
Never modify protected files without confirmation
Related MCP server: MCP Project Standards Server
Requirements
Bun >= 1.0
Installation
git clone https://github.com/marcelaborgarello/ginialtech-mcp
cd ginialtech-mcp
bun installUsage with Antigravity (Google AI Studio)
Add this to your mcp_config.json inside the mcpServers object:
"ginialtech-mcp": {
"$typeName": "exa.cascade_plugins_pb.CascadePluginCommandTemplate",
"command": "/absolute/path/to/bun",
"args": [
"run",
"/absolute/path/to/ginialtech-mcp/src/index.ts"
],
"env": {}
}On Windows, use double backslashes:
C:\\Users\\youruser\\...
To find your bun path:
which bun # macOS/Linux
where bun # WindowsUsage with Claude Code / Cursor
Add to your MCP config:
"ginialtech-mcp": {
"command": "bun",
"args": ["run", "/absolute/path/to/ginialtech-mcp/src/index.ts"]
}Project structure
ginialtech-mcp/
src/
index.ts ← MCP server and tools
package.json
tsconfig.json
README.mdLicense
MIT — GINIALTECH
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides AI agents with queryable, version-controlled project rules and coding standards. Enables validation, rule-based guidance, and task summaries to keep AI work aligned with your project's conventions without repeating context.2MIT
- AlicenseAqualityDmaintenanceManages project standards, configurations, and API debugging for AI-assisted development, ensuring unified development practices across teams and machines.13455MIT
- AlicenseAqualityBmaintenanceBlocks AI coding assistants from installing non-existent packages and accessing non-existent files.1Apache 2.0
- Alicense-qualityAmaintenanceA local-first MCP safety layer that blocks dangerous files and redacts secrets before AI agents can access them, ensuring safe vibe coding.16Apache 2.0
Related MCP Connectors
Design spec + milestones AI coding agents read before building; drift flagged, changes reviewed.
Securely search and manage workspace context files for AI agents and teams.
Lints + auto-fixes how AI coding agents discover any new product. 24 rules, 6 tools, score 0-100.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/marcelaborgarello/ginialteach-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server