File tree Expand file tree Collapse file tree
code_assistant_manager/mcp/registry/servers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " wikipedia-mcp" ,
3+ "display_name" : " Wikipedia MCP Server" ,
4+ "description" : " MCP server for querying Wikipedia content via the wikipedia-mcp tool" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " https://github.com/rudra-ravi/wikipedia-mcp"
8+ },
9+ "homepage" : " https://github.com/rudra-ravi/wikipedia-mcp" ,
10+ "author" : {
11+ "name" : " wikipedia-mcp"
12+ },
13+ "license" : " MIT" ,
14+ "categories" : [
15+ " Knowledge" ,
16+ " Search"
17+ ],
18+ "tags" : [
19+ " wikipedia" ,
20+ " search" ,
21+ " knowledge" ,
22+ " mcp"
23+ ],
24+ "installations" : {
25+ "wikipedia" : {
26+ "type" : " stdio" ,
27+ "command" : " wikipedia-mcp" ,
28+ "args" : [] ,
29+ "description" : " You must install the wikipedia-mcp CLI first: pipx install git+https://github.com/rudra-ravi/wikipedia-mcp.git"
30+ }
31+ },
32+ "arguments" : {},
33+ "tools" : [
34+ {
35+ "name" : " search_wikipedia" ,
36+ "description" : " Search Wikipedia for a query and retrieve summaries" ,
37+ "inputSchema" : {
38+ "type" : " object" ,
39+ "properties" : {
40+ "query" : {
41+ "type" : " string" ,
42+ "description" : " Search query to run against Wikipedia"
43+ },
44+ "limit" : {
45+ "type" : " integer" ,
46+ "description" : " Maximum number of results to return" ,
47+ "default" : 5
48+ }
49+ },
50+ "required" : [" query" ]
51+ }
52+ }
53+ ],
54+ "is_official" : false ,
55+ "is_archived" : false
56+ }
57+
You can’t perform that action at this time.
0 commit comments