Ninetn MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NINETN_API_URL | No | The URL where the Ninetn server is running. Only required if not running on the default http://localhost:50019. | http://localhost:50019 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| memo_createA | Creates a new memo by AI assistant. Created memos require user approval and will be saved as regular memos after approval. Channel ID is optional, and the currently active channel is used when omitted. |
| memo_getA | Retrieves a specific memo by its ID. Returns detailed memo information including content, metadata, and relationships. |
| memo_listA | Retrieves a list of memos from a specified channel. When no channel ID is provided, uses the currently active channel. Returns paginated results with memo information. |
| memo_searchA | Searches for memos in the database. Supports content-based search and channel filtering. When no channel is specified, the currently active channel is used. Returns results in JSON format with memo information and content. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/tanikawa04/ninetn-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server