Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DB_HOST | No | PostgreSQL host | localhost |
| DB_NAME | No | Database name | mcp_rss |
| DB_PORT | No | PostgreSQL port | 5433 |
| DB_USER | No | Database username | mcp_user |
| DB_DATABASE | No | Database name | mcp_rss |
| DB_PASSWORD | No | Database password | 123456 |
| DB_USERNAME | No | Database username | mcp_user |
| OPENAI_API_KEY | No | OpenAI API key for embeddings | |
| OPML_FILE_PATH | Yes | Path to OPML file with RSS feeds | |
| RSS_UPDATE_INTERVAL | No | Feed update interval (minutes) | 1 |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |