Skip to content

Commit 251f8b6

Browse files
Add server configuration for mcp-reddit (#266)
This YAML file defines the configuration for the mcp-reddit server, including metadata, connection settings, and environment variables.
1 parent c09d2fb commit 251f8b6

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

servers/mcp-reddit/server.yaml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
name: mcp-reddit
2+
image: mcp/reddit-mcp
3+
type: server
4+
meta:
5+
category: communication
6+
tags:
7+
- communication
8+
about:
9+
title: Mcp reddit
10+
description: A comprehensive Model Context Protocol (MCP) server for Reddit integration. This server enables AI agents to interact with Reddit programmatically through a standardized interface.
11+
icon: https://avatars.githubusercontent.com/u/135265106?v=4
12+
source:
13+
project: https://github.com/KrishnaRandad2023/mcp-reddit
14+
config:
15+
description: Configure the connection to Mcp reddit
16+
secrets:
17+
- name: mcp-reddit.reddit_client_id
18+
env: REDDIT_CLIENT_ID
19+
example: <REDDIT_CLIENT_ID>
20+
- name: mcp-reddit.reddit_client_secret
21+
env: REDDIT_CLIENT_SECRET
22+
example: <REDDIT_CLIENT_SECRET>
23+
- name: mcp-reddit.reddit_password
24+
env: REDDIT_PASSWORD
25+
example: <REDDIT_PASSWORD>
26+
env:
27+
- name: USERNAME
28+
example: yourRedditUsername
29+
value: '{{mcp-reddit.username}}'
30+
parameters:
31+
type: object
32+
properties:
33+
username:
34+
type: string

0 commit comments

Comments
 (0)