Skip to content

Commit

Permalink
Merge pull request #42 from michaellatman/devin/1733906301-add-perple…
Browse files Browse the repository at this point in the history
…xity-server
  • Loading branch information
michaellatman authored Dec 11, 2024
2 parents b5594ad + 75756d0 commit 11fe51c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions packages/package-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,15 @@
"license": "MIT",
"runtime": "python"
},
{
"name": "mcp-server-perplexity",
"description": "MCP Server for the Perplexity API",
"vendor": "tanigami",
"sourceUrl": "https://github.com/tanigami/mcp-server-perplexity",
"homepage": "https://github.com/tanigami/mcp-server-perplexity",
"license": "MIT",
"runtime": "python"
},
{
"name": "mcp-server-git",
"description": "A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs",
Expand Down
8 changes: 8 additions & 0 deletions src/helpers/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ export const packageHelpers: PackageHelpers = {
}
}
},
'mcp-server-perplexity': {
requiredEnvVars: {
PERPLEXITY_API_KEY: {
description: 'API key for Perplexity API access',
required: true
}
}
},
'@benborla29/mcp-server-mysql': {
requiredEnvVars: {
MYSQL_HOST: {
Expand Down

0 comments on commit 11fe51c

Please sign in to comment.