novel-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NOVEL_MODEL | No | Model name for the provider | |
| NOVEL_API_KEY | No | API key for OpenAI-compatible provider | |
| NOVEL_BASE_URL | No | Base URL for OpenAI-compatible provider | |
| NOVEL_PROVIDER | No | Provider type: mock, openai-compatible, or anthropic | mock |
| ANTHROPIC_API_KEY | No | API key for Anthropic provider |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| validate_projectB | Validate a novel project without changing it. |
| build_contextC | Create a run and record an inspectable context packet for one chapter. |
| generate_draftC | Generate and record a draft with a configured provider; mock works offline. |
| submit_draftA | Record draft text produced by an external AI tool in an existing run. |
| review_runB | Review the recorded draft and create a state proposal for human approval. |
| project_statusC | Return project status or one run's status. |
| inspect_runB | Inspect run state, artifacts, and proposed state differences. |
| approve_runA | Human approval gate: commit draft and proposed state exactly once and create a snapshot. |
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
- 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/YinFY90/novel-engine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server