Commit Graph

423 Commits

Author SHA1 Message Date
Rakesh Goyal
acc3ba2740 Replaced hyphen with underscore in the tool names 2024-12-09 19:47:36 +05:30
Justin Spahr-Summers
25d1a1c23e Merge pull request #254 from Aschent89/feature/get-issue-details
Feature/get_issue [github]
2024-12-09 13:47:14 +00:00
Justin Spahr-Summers
cb8d4e4f5d Merge pull request #249 from monkeydaichan/main
feat(git): add git_diff tool for branch comparison
2024-12-09 13:43:59 +00:00
Justin Spahr-Summers
f6f7f1ffd3 Merge pull request #277 from wong2/patch-1
Add website of awesome-mcp-servers
2024-12-09 13:37:35 +00:00
wong2
ef0ca6ab7b Update README.md
Co-authored-by: Justin Spahr-Summers <justin@jspahrsummers.com>
2024-12-09 21:34:41 +08:00
Justin Spahr-Summers
bc0b12d302 Merge pull request #255 from axiomhq/main
README: add Axiom's official MCP server
2024-12-09 13:34:06 +00:00
Justin Spahr-Summers
d4a9103a7c Merge pull request #273 from vivekVells/patch-1
feat: Adds mcp-pandoc to README.md for Document Format Conversions
2024-12-09 13:28:45 +00:00
Justin Spahr-Summers
b3f7cffdbd Merge branch 'main' into patch-1 2024-12-09 13:28:31 +00:00
Justin Spahr-Summers
06d4f06072 Merge pull request #269 from snaggle-ai/main
Add openapi-mcp-server to community servers in README.md
2024-12-09 13:20:20 +00:00
Justin Spahr-Summers
ecbf96f2a5 Merge branch 'main' into main 2024-12-09 13:20:09 +00:00
Justin Spahr-Summers
f1c9709729 Merge pull request #265 from Flux159/main
Adding MCP Server Kubernetes to Community Servers
2024-12-09 13:14:52 +00:00
Justin Spahr-Summers
a9315b7a9a Merge branch 'main' into main 2024-12-09 13:14:41 +00:00
Justin Spahr-Summers
cf4205c4d5 README: add a community Docker MCP server (PR #263) 2024-12-09 13:11:18 +00:00
Justin Spahr-Summers
00f4a56bf9 Merge branch 'main' into pr/263 2024-12-09 13:11:03 +00:00
Justin Spahr-Summers
03cfb1b8b8 Merge pull request #262 from datawiz168/add-snowflake-server
Add Snowflake MCP server to community servers list
2024-12-09 13:09:57 +00:00
Justin Spahr-Summers
d8388729ef Merge pull request #253 from punkpeye/patch-2
Add r/mcp Reddit community
2024-12-09 13:01:16 +00:00
Justin Spahr-Summers
332b6cdf4a Merge pull request #250 from calvernaz/main
alphavantage mcp server community
2024-12-09 12:58:53 +00:00
Justin Spahr-Summers
a355c973cf Merge branch 'main' into main 2024-12-09 12:58:41 +00:00
Justin Spahr-Summers
e65f68a900 Merge pull request #248 from vrknetha/docs/add-firecrawl-community
docs: add FireCrawl to community servers section
2024-12-09 12:57:41 +00:00
Tomás Senart
858086b250 Update README.md
Co-authored-by: Mano Toth <71388581+tothmano@users.noreply.github.com>
2024-12-09 09:59:23 +00:00
wong2
d877690dce Add website of awesome-mcp-servers 2024-12-09 16:07:53 +08:00
Vivek Vellaiyappan
f0dbe403c3 worded better 2024-12-08 17:09:22 -06:00
Vivek Vellaiyappan
8562a813c1 feat: Added mcp-pandoc to enable seamless content conversions when using claude 2024-12-08 16:57:47 -06:00
Cesar Alvernaz
71f1c45042 Update README.md 2024-12-08 20:58:08 +00:00
Snaggle AI
4aa34d058c Added openapi-mcp-server to community servers in README.md
openapi-mcp-server allows connections to any server that has an open api spec.
2024-12-08 17:01:29 +01:00
Suyog Sonwalkar
14a3c5c553 Adding MCP Server Kubernetes 2024-12-07 21:36:00 -08:00
Christian Kreiling
d2180886a9 Point to the repository root instead of tree/main 2024-12-07 12:53:44 -05:00
Christian Kreiling
88cfbfc97a README: add a community Docker MCP server 2024-12-07 12:45:02 -05:00
datawiz168
b09b3610a1 Add Snowflake MCP server to community servers list 2024-12-08 00:46:29 +08:00
Ravi Kiran Vemula
07752f6085 Merge branch 'main' into docs/add-firecrawl-community 2024-12-07 17:32:41 +05:30
Tomás Senart
b32d1d7e5f README: add Axiom official MCP server 2024-12-06 21:31:18 +01:00
Frank Fiegel
508ab7caf5 Add r/mcp Reddit community 2024-12-06 13:16:36 -06:00
Aschent89
9038094589 Update the github-server readme to outline 'get_issue' 2024-12-06 14:08:01 -05:00
Aschent89
6d7a8f2267 feat: add get_issue endpoint to retrieve single issue details
Adds functionality to fetch details of a specific GitHub issue by number.
This includes:
- New GetIssueSchema for input validation
- Implementation of getIssue function using GitHub API
- Addition of get_issue tool to available tools list
- Handler for get_issue in CallToolRequestSchema

This allows users to retrieve complete issue information including:
- Issue metadata (title, body, state)
- Associated data (labels, assignees, milestone)
- Timestamps (created, updated, closed)
2024-12-06 14:03:12 -05:00
Cesar Alvernaz
a1627751f5 alphavantage mcp server community 2024-12-06 19:00:27 +00:00
Cesar Alvernaz
d7c7d99237 alphavantage mcp server community 2024-12-06 18:57:07 +00:00
monkeydaichan
768a5af80c docs(git): restore original README formatting and add git_diff doc
Restored the original formatting while adding documentation for the new git_diff tool. No changes were made to the existing documentation structure.
2024-12-07 01:33:34 +09:00
monkeydaichan
4502810ac8 docs(git): fix README formatting
Fixed unintended formatting changes in the git server README while keeping the new git_diff tool documentation.
2024-12-07 01:30:31 +09:00
monkeydaichan
6b3f67b50f docs(git): fix README formatting
Fixed unintended formatting changes in the git server README while keeping the new git_diff tool documentation.
2024-12-07 01:29:23 +09:00
monkeydaichan
ba301c4a66 feat(git): add git_diff tool for branch comparison
Added new git_diff tool to allow comparison between branches or commits.
This adds the ability to compare branches directly through the MCP interface.
2024-12-07 01:25:33 +09:00
Justin Spahr-Summers
2ecb382a02 Merge pull request #143 from calclavia/patch-1
Added Obsidian Community MCP
2024-12-06 13:33:21 +00:00
Henry Mao
faab7bccf5 Merge branch 'main' into patch-1 2024-12-06 20:36:32 +08:00
vrknetha
937df8818f docs: add FireCrawl to community servers section 2024-12-06 15:24:03 +05:30
Justin Spahr-Summers
eb7db5b6ec Merge pull request #228 from sd2k/patch-1
Make `merge_commit_sha` nullable in GitHub server
2024-12-05 23:31:03 +00:00
Justin Spahr-Summers
f10a89b9b3 Merge branch 'main' into patch-1 2024-12-05 23:30:46 +00:00
Justin Spahr-Summers
e5ace36a28 Merge pull request #224 from himanshuladia31/himanshu/github/list-commits
feat: github: add capability to list commits of a branch
2024-12-05 23:28:50 +00:00
Justin Spahr-Summers
54d6b58901 Merge branch 'main' into pr/224 2024-12-05 23:27:30 +00:00
Justin Spahr-Summers
fc7183983c Merge pull request #184 from robotdad/file-edit
edit_file tool
2024-12-05 23:16:53 +00:00
Justin Spahr-Summers
f7da6f41de npm install 2024-12-05 23:15:48 +00:00
Justin Spahr-Summers
737b02d976 Merge branch 'main' into pr/184 2024-12-05 23:15:23 +00:00