ai-nikechan-mcp
by ochisamu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_API_KEY | No | OpenAI API key used for embeddings and chat. If not set, AI_GATEWAY_API_KEY is used as fallback. | |
| AI_GATEWAY_API_KEY | No | Vercel AI Gateway API key used for embeddings and chat when OPENAI_API_KEY is not set or as a fallback on failure. | |
| BLOB_READ_WRITE_TOKEN | Yes | Vercel Blob storage token. Required in production to read the vector index and metadata files from Private Blob. | |
| VECTOR_INDEX_VECTORS_PATH | No | Optional custom path for the vector embeddings file in Vercel Blob. | indexes/embeddings.f32 |
| VECTOR_INDEX_METADATA_PATH | No | Optional custom path for the vector index metadata file in Vercel Blob. | indexes/metadata.json |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |