amrita-companion-mcp
README.md
# NitroStack Starter Template
Minimal template for learning NitroStack fundamentals with a calculator-focused
MCP server and basic widgets.
## What This Template Includes
- `calculator` module with tools, resources, and prompts
- TypeScript + Zod validation setup
- Widget-ready project structure
- Production-friendly npm scripts
## Quick Start
```bash
npx @nitrostack/cli init my-server --template typescript-starter
cd my-server
npm run dev
```
## Common Commands
```bash
npm run dev
npm run build
npm start
```
## NitroStudio
NitroStudio is the recommended way to test and debug this template during
development.
- Download: <https://nitrostack.ai/studio>
- Studio: <https://nitrostack.ai/studio>
## Links
- Docs: <https://docs.nitrostack.ai>
- Templates docs: <https://docs.nitrostack.ai/templates/01-starter-template>
- Main repository: <https://github.com/nitrocloudofficial/nitrostack>
## Community
- Discord: <https://discord.gg/uVWey6UhuD>
- X: <https://x.com/nitrostackai>
- YouTube: <https://www.youtube.com/@nitrostackai>
- LinkedIn: <https://linkedin.com/company/nitrostack-ai/>
- GitHub: <https://github.com/nitrostackai>
TDQS
A3.8/5.0
Scored across 3 tools
Disambiguation5/5
Each tool has a clearly distinct purpose: arithmetic, Wikipedia lookups, and syllabus retrieval. No overlap or ambiguity.
Naming Consistency4/5
Two tools use verb_noun pattern (lookup_wikipedia_topic, get_syllabus), while 'calculate' is a bare verb but still clear. Minor inconsistency but overall predictable.
Tool Count2/5
Only 3 tools for a 'companion' server is too few. A typical companion would need more functionality like reminders, notes, or progress tracking.
Completeness2/5
Covers basic arithmetic, concept explanation, and syllabus, but lacks many essential features for a student companion, such as assignment management or study planning.
Maintenance
ActivitySlowing
ResponsivenessNo issues